UNPKG

brocolito

Version:

Create type-safe CLIs to align local development and pipeline workflows

5 lines (4 loc) 115 B
import { type Command } from "./types.ts"; export declare const State: { commands: Record<string, Command>; };