UNPKG

nexe

Version:

Create a single executable out of your Node.js application

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