UNPKG

rock

Version:

Command-line interface for Rock - a React Native development toolkit

7 lines 176 B
type CliOptions = { cwd: string; argv: string[]; }; export declare const cli: ({ cwd, argv }: CliOptions) => Promise<void>; export {}; //# sourceMappingURL=cli.d.ts.map