UNPKG

188 BTypeScriptView Raw
1export declare type ColorKeys = 'black' | 'white' | 'bold' | 'yellow' | 'red' | 'green' | 'cyan' | 'magenta';
2export declare function colorize(str: string, colorKey: ColorKeys): string;