UNPKG

lib-tools

Version:

The lib-tools helps you simplify the build, bundle, test and npm packaging workflows for Typescript, JavaScript, Angular library projects and assets module projects.

3 lines (2 loc) 176 B
export declare type ColorKeys = 'white' | 'bold' | 'yellow' | 'red' | 'green' | 'cyan' | 'magenta'; export declare function colorize(str: string, colorKey: ColorKeys): string;