UNPKG

better-logging

Version:

better-logging is a drop in replacement for the default logging methods of node.js

19 lines (18 loc) 506 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.theme = void 0; const chalk_1 = __importDefault(require("chalk")); const identity = chalk_1.default; exports.theme = { base: identity, type: { log: identity, info: identity, warn: identity, error: identity, debug: identity, }, };