libreccm-legacy/trunk-images/node_modules/typings/dist/bin-uninstall.d.ts

12 lines
291 B
TypeScript

export declare function help(): string;
export interface Options {
cwd: string;
save: boolean;
saveDev: boolean;
savePeer: boolean;
global: boolean;
verbose: boolean;
help: boolean;
}
export declare function exec(args: string[], options: Options): Promise<void>;