debug-color2
Version:
colorize console log, this module can work with require('debug')
12 lines (11 loc) • 467 B
TypeScript
/**
* Created by user on 2018/6/26/026.
*/
import { IStyles, IStylesFnNames, IStylesNamesWithoutFn } from './types';
export * from './types';
export declare function getStyleNamesByChalk(chalk: any): (keyof IStyles)[];
export declare const styleNames: (keyof IStyles)[];
export declare const styleNamesFn: IStylesFnNames[];
export declare const styleNamesWithoutFn: IStylesNamesWithoutFn;
declare const _default: typeof import("./styles");
export default _default;