next-export.d.ts 123 Bytes
Newer Older
1 2 3 4
#!/usr/bin/env node
import { cliCommand } from '../bin/next';
declare const nextExport: cliCommand;
export { nextExport };