UNPKG

340 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 need(opts: NeedOptions): Promise<string>;
12export { system };
13//# sourceMappingURL=index.d.ts.map
\No newline at end of file