8 lines
194 B
TypeScript
8 lines
194 B
TypeScript
|
#!/usr/bin/env node
|
||
|
export declare const help: string;
|
||
|
declare const main: {
|
||
|
(...args: string[]): Promise<1 | 0>;
|
||
|
help: string;
|
||
|
};
|
||
|
export default main;
|
||
|
//# sourceMappingURL=bin.d.mts.map
|