Files
Shifted/node_modules/next/dist/lib/format-cli-help-output.d.ts
2026-02-10 01:14:19 +00:00

4 lines
174 B
TypeScript

import type { Command, Help } from 'next/dist/compiled/commander';
declare const formatCliHelpOutput: (cmd: Command, helper: Help) => string;
export { formatCliHelpOutput };