summaryrefslogtreecommitdiff
path: root/includes/search/node_modules/pkg-fetch/lib-es5/system.d.ts
blob: 6173aa7e6e0c22910c4e9ac8fea1dc40292a1d43 (plain)
1
2
3
4
5
6
7
8
9
10
11
export declare function abiToNodeRange(abi: string): string;
export declare function isValidNodeRange(nodeRange: string): boolean;
export declare function toFancyPlatform(platform: string): string;
export declare function toFancyArch(arch: string): string;
export declare const hostAbi: string;
export declare const hostPlatform: string;
export declare const knownPlatforms: string[];
export declare const hostArch: string;
export declare const targetArchs: string[];
export declare const knownArchs: string[];
//# sourceMappingURL=system.d.ts.map