UNPKG

nexe

Version:

Create a single executable out of your Node.js application

3 lines (2 loc) 136 B
import { NexeCompiler } from '../compiler'; export default function (compiler: NexeCompiler, next: () => Promise<void>): Promise<void>;