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