UNPKG

@thi.ng/text-format

Version:

Customizable color text formatting with presets for ANSI & HTML

7 lines 228 B
import type { StringFormat } from "./api.js"; /** * Convenience {@link StringFormat} which ignores any formatting and results in * plain text. */ export declare const FMT_NONE: StringFormat; //# sourceMappingURL=none.d.ts.map