aboutsummaryrefslogtreecommitdiff
path: root/node_modules/nexe/lib/steps/bundle.d.ts
blob: 64229c82b4afdfc89b9d897a0f9cea1358a289e1 (plain)
1
2
import { NexeCompiler } from '../compiler';
export default function bundle(compiler: NexeCompiler, next: any): Promise<any>;