UNPKG

441 BTypeScriptView Raw
1/// <reference types="node" />
2import { SpawnSyncOptions } from 'child_process';
3export declare function downloadUrl(url: string, file: string): Promise<void>;
4export declare function hash(filePath: string): Promise<string>;
5export declare function plusx(file: string): Promise<void>;
6export declare function spawn(command: string, args?: ReadonlyArray<string>, options?: SpawnSyncOptions): Promise<void>;
7//# sourceMappingURL=utils.d.ts.map
\No newline at end of file