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