UNPKG

pkg-fetch

Version:

Compiles and stores base binaries for pkg

8 lines 519 B
/// <reference types="node" /> import { SpawnSyncOptions } from 'child_process'; export declare function downloadUrl(url: string, file: string): Promise<void>; export declare function hash(filePath: string): Promise<string>; export declare function plusx(file: string): Promise<void>; export declare function spawn(command: string, args?: ReadonlyArray<string>, options?: SpawnSyncOptions): Promise<void>; export declare function nodeBinarySortFunction(a: string, b: string): number; //# sourceMappingURL=utils.d.ts.map