UNPKG

170 BTypeScriptView Raw
1import { LogStyle } from './interfaces';
2export declare function getNodeStyle(style: LogStyle): string;
3export declare function addReset(input: number | string): string;