UNPKG

next

Version:

The React Framework

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