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