UNPKG

@ozmap/logger

Version:
11 lines (10 loc) 238 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Colors = void 0; exports.Colors = { red: '\x1b[31m', green: '\x1b[32m', yellow: '\x1b[33m', blue: '\x1b[34m', magenta: '\x1b[35m' };