Files
lcbp3.np-dms.work/frontend/node_modules/next/dist/lib/format-cli-help-output.d.ts
2025-09-21 20:29:15 +07:00

4 lines
174 B
TypeScript
Executable File

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