@tucmc/hazel
Version:
Clubs Data Processing Framework
11 lines (10 loc) • 374 B
TypeScript
export declare class ConsoleColour {
static readonly RESET = "\u001B[0m";
static readonly BOLD = "\u001B[1m";
static readonly RED = "\u001B[31m";
static readonly BGRED = "\u001B[101m";
static readonly YELLOW = "\u001B[33m";
static readonly GREEN = "\u001B[32m";
static readonly BGYELLOW = "\u001B[43m";
static readonly GRAY = "\u001B[37m";
}