UNPKG

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