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

8 lines
209 B
TypeScript

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