UNPKG

@visulima/cerebro

Version:

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

5 lines (4 loc) 144 B
/** * A flexible object for the many "options" objects we throw around in cerebro. */ export type Options = Record<string | symbol, unknown>;