makearmy-app/node_modules/next/dist/lib/format-cli-help-output.d.ts
2025-09-22 10:37:53 -04:00

3 lines
174 B
TypeScript

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