UNPKG

nexe

Version:

Create a single executable out of your Node.js application

8 lines (7 loc) 265 B
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>;