UNPKG

@changesets/cli

Version:

A tool to manage versioning and changelogs with a focus on monorepos

9 lines (8 loc) 250 B
import { styleText } from "node:util"; //#region ../color/src/index.ts var src_default = new Proxy({}, { get(target, color) { target[color] ??= (text) => styleText(color, text); return target[color]; } }); //#endregion export { src_default as t };