clientnode
Version:
upgrade to object orientated rock solid plugins
32 lines (31 loc) • 1.09 kB
TypeScript
export declare const CLI_COLOR: {
readonly black: "\u001B[30m";
readonly blink: "\u001B[5m";
readonly blue: "\u001B[0;34m";
readonly bold: "\u001B[1m";
readonly cyan: "\u001B[36m";
readonly darkGray: "\u001B[0;90m";
readonly default: "\u001B[0m";
readonly dim: "\u001B[2m";
readonly green: "\u001B[32m";
readonly invert: "\u001B[7m";
readonly invisible: "\u001B[8m";
readonly lightBlue: "\u001B[0;94m";
readonly lightCyan: "\u001B[0;96m";
readonly lightGray: "\u001B[0;37m";
readonly lightGreen: "\u001B[0;92m";
readonly lightMagenta: "\u001B[0;95m";
readonly lightRed: "\u001B[0;91m";
readonly lightYellow: "\u001B[0;93m";
readonly magenta: "\u001B[35m";
readonly nodim: "\u001B[22m";
readonly noblink: "\u001B[25m";
readonly nobold: "\u001B[21m";
readonly noinvert: "\u001B[27m";
readonly noinvisible: "\u001B[28m";
readonly nounderline: "\u001B[24m";
readonly red: "\u001B[31m";
readonly underline: "\u001B[4m";
readonly white: "\u001B[37m";
readonly yellow: "\u001B[33m";
};