UNPKG

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