Files
szci/dist/mod_npm/index.d.ts
2017-08-27 15:24:17 +02:00

7 lines
155 B
TypeScript

/**
* handle cli input
* @param argvArg
*/
export declare let handleCli: (argvArg: any) => Promise<void>;
export declare let test: () => Promise<void>;