UNPKG

gle

Version:

Global Log Engine: Environment-agnostic debugging & logging utility

10 lines (9 loc) 179 B
export interface DebugContexts { [key: string]: boolean; } export interface LogColours { [key: string]: string; } export interface LogTimes { [key: string]: number; }