UNPKG

@visulima/cerebro

Version:

A delightful toolkit for building cross-runtime CLIs for Node.js, Deno, and Bun.

4 lines (3 loc) 179 B
import type { Section as ISection } from "../../types/command-line-usage.d.ts"; declare const commandLineUsage: (sections: ISection[]) => string; export default commandLineUsage;