template-project/node_modules/pkg-fetch/lib-es5/index.d.ts
2025-05-30 18:13:30 +08:00

13 lines
340 B
TypeScript

import * as system from './system';
interface NeedOptions {
forceFetch?: boolean;
forceBuild?: boolean;
dryRun?: boolean;
output?: string;
nodeRange: string;
platform: string;
arch: string;
}
export declare function need(opts: NeedOptions): Promise<string>;
export { system };
//# sourceMappingURL=index.d.ts.map