Bones/node_modules/typings/dist/bin-list.d.ts

9 lines
246 B
TypeScript
Raw Normal View History

2017-05-17 13:45:25 -04:00
import Promise = require('any-promise');
export declare function help(): string;
export interface Options {
cwd: string;
dev: boolean;
verbose: boolean;
}
export declare function exec(args: string[], options: Options): Promise<void>;