UNPKG

next

Version:

The React Framework

6 lines (5 loc) 166 B
#!/usr/bin/env node export declare type cliCommand = (argv?: string[]) => void; export declare const commands: { [command: string]: () => Promise<cliCommand>; };