UNPKG

next

Version:

The React Framework

5 lines (4 loc) 146 B
export declare type cliCommand = (argv?: string[]) => void; export declare const commands: { [command: string]: () => Promise<cliCommand>; };