@pilotlab/lux-debug
Version:
A luxurious user experience framework, developed by your friends at Pilot.
54 lines (53 loc) • 1.7 kB
TypeScript
export declare class LogFormat {
constructor();
private _codesStart;
private _codes;
private _codesEnd;
private _valueEnd;
value(text: string): string;
private _setCode(code);
readonly reset: LogFormat;
readonly bold: LogFormat;
readonly dim: LogFormat;
readonly italic: LogFormat;
readonly underline: LogFormat;
readonly inverse: LogFormat;
readonly hidden: LogFormat;
readonly strikethrough: LogFormat;
readonly visible: LogFormat;
readonly black: LogFormat;
readonly red: LogFormat;
readonly green: LogFormat;
readonly yellow: LogFormat;
readonly blue: LogFormat;
readonly magenta: LogFormat;
readonly cyan: LogFormat;
readonly white: LogFormat;
readonly gray: LogFormat;
readonly blackBright: LogFormat;
readonly redBright: LogFormat;
readonly greenBright: LogFormat;
readonly yellowBright: LogFormat;
readonly blueBright: LogFormat;
readonly magentaBright: LogFormat;
readonly cyanBright: LogFormat;
readonly whiteBright: LogFormat;
readonly orange: LogFormat;
readonly bgBlack: LogFormat;
readonly bgRed: LogFormat;
readonly bgGreen: LogFormat;
readonly bgYellow: LogFormat;
readonly bgBlue: LogFormat;
readonly bgMagenta: LogFormat;
readonly bgCyan: LogFormat;
readonly bgWhite: LogFormat;
readonly bgBlackBright: LogFormat;
readonly bgRedBright: LogFormat;
readonly bgGreenBright: LogFormat;
readonly bgYellowBright: LogFormat;
readonly bgBlueBright: LogFormat;
readonly bgMagentaBright: LogFormat;
readonly bgCyanBright: LogFormat;
readonly bgWhiteBright: LogFormat;
}
export default LogFormat;