next-dev.d.ts 121 B

1234
  1. #!/usr/bin/env node
  2. import { cliCommand } from '../lib/commands';
  3. declare const nextDev: cliCommand;
  4. export { nextDev };