UNPKG

ink

Version:
4 lines (3 loc) 164 B
type ColorType = 'foreground' | 'background'; declare const colorize: (str: string, color: string | undefined, type: ColorType) => string; export default colorize;