UNPKG

@visulima/cerebro

Version:

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

4 lines (3 loc) 271 B
import type { OptionDefinition, PossibleOptionDefinition } from "../../types/command.d.ts"; declare const mapOptionTypeLabel: <OD extends OptionDefinition<any>>(definition: PossibleOptionDefinition<OD>) => PossibleOptionDefinition<OD>; export default mapOptionTypeLabel;