aboutsummaryrefslogtreecommitdiff
path: root/node_modules/nexe/lib/steps/download.d.ts
blob: 50c81edcc5328ea4dceb6182c61756b00dba2ab9 (plain)
1
2
3
4
5
6
7
import { NexeCompiler } from '../compiler';
/**
 * Downloads the node source to the configured temporary directory
 * @param {*} compiler
 * @param {*} next
 */
export default function downloadNode(compiler: NexeCompiler, next: () => Promise<void>): Promise<void>;