UNPKG

547 BTypeScriptView Raw
1export declare function abiToNodeRange(abi: string): string;
2export declare function isValidNodeRange(nodeRange: string): boolean;
3export declare function toFancyPlatform(platform: string): string;
4export declare function toFancyArch(arch: string): string;
5export declare const hostAbi: string;
6export declare const hostPlatform: string;
7export declare const knownPlatforms: string[];
8export declare const hostArch: string;
9export declare const targetArchs: string[];
10export declare const knownArchs: string[];
11//# sourceMappingURL=system.d.ts.map
\No newline at end of file