UNPKG

typings

Version:

The TypeScript Definition Manager

10 lines (9 loc) 242 B
export declare function help(): string; export interface Options { cwd: string; name: string; out: string; global: boolean; verbose: boolean; } export declare function exec(args: string[], options: Options): Promise<any>;