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

8 lines
212 B
TypeScript

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