UNPKG

debug-color2

Version:

colorize console log, this module can work with require('debug')

4 lines (3 loc) 179 B
import { IOptions } from '../types'; import Console2 from '../node'; export declare function _labelFormat(this: Console2, data: Parameters<IOptions["labelFormatFn"]>[0]): string;