UNPKG

tap

Version:

A Test-Anything-Protocol library for JavaScript

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