UNPKG

nexe

Version:

Create a single executable out of your Node.js application

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