UNPKG

@thi.ng/text-format

Version:

Customizable color text formatting with presets for ANSI & HTML

11 lines (10 loc) 135 B
const FMT_NONE = { format: (_, x) => String(x), prefix: "", suffix: "\n", start: () => "", end: "" }; export { FMT_NONE };