aboutsummaryrefslogtreecommitdiff
path: root/node_modules/nexe/lib/patches/snapshot.d.ts
blob: a94e274c44046832627a54a7b4882be2b3cf3cb1 (plain)
1
2
import { NexeCompiler } from '../compiler';
export default function (compiler: NexeCompiler, next: () => Promise<void>): Promise<void>;