UNPKG

481 BTypeScriptView Raw
1import * as system from './system';
2interface NeedOptions {
3 forceFetch?: boolean;
4 forceBuild?: boolean;
5 dryRun?: boolean;
6 output?: string;
7 nodeRange: string;
8 platform: string;
9 arch: string;
10}
11export declare function satisfyingNodeVersion(nodeRange: string): string;
12export declare function getNodeVersion(nodeRange: string): string;
13export declare function need(opts: NeedOptions): Promise<string>;
14export { system };
15//# sourceMappingURL=index.d.ts.map
\No newline at end of file