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