securityos/node_modules/next/dist/cli/next-export.d.ts

5 lines
132 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
#!/usr/bin/env node
import type { CliCommand } from '../lib/commands';
declare const nextExport: CliCommand;
export { nextExport };