UNPKG

117 BTypeScriptView Raw
1#!/usr/bin/env node
2import { cliCommand } from '../bin/next';
3declare const nextDev: cliCommand;
4export { nextDev };