Files
pwcli/build/types/cli.d.ts
T
2022-01-19 07:28:09 +01:00

6 lines
115 B
TypeScript

declare const build: any;
/**
* Create the cli and kick it off
*/
declare function run(argv: any): Promise<any>;