1 | export declare function abiToNodeRange(abi: string): string;
|
2 | export declare function isValidNodeRange(nodeRange: string): boolean;
|
3 | export declare function toFancyPlatform(platform: string): string;
|
4 | export declare function toFancyArch(arch: string): string;
|
5 | export declare const hostAbi: string;
|
6 | export declare const hostPlatform: string;
|
7 | export declare const knownPlatforms: string[];
|
8 | export declare const hostArch: string;
|
9 | export declare const targetArchs: string[];
|
10 | export declare const knownArchs: string[];
|
11 |
|
\ | No newline at end of file |