UNPKG

172 BTypeScriptView Raw
1declare type ColorType = 'foreground' | 'background';
2declare const _default: (str: string, color: string | undefined, type: ColorType) => string;
3export default _default;