5 lines
121 B
TypeScript
5 lines
121 B
TypeScript
|
|
#!/usr/bin/env node
|
||
|
|
import { cliCommand } from '../lib/commands';
|
||
|
|
declare const nextDev: cliCommand;
|
||
|
|
export { nextDev };
|