Bones/node_modules/typings/dist/bin-uninstall.d.ts
SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00

13 lines
335 B
TypeScript

import Promise = require('any-promise');
export declare function help(): string;
export interface Options {
cwd: string;
save: boolean;
saveDev: boolean;
savePeer: boolean;
ambient: boolean;
verbose: boolean;
help: boolean;
}
export declare function exec(args: string[], options: Options): Promise<void[]>;