UNPKG

498 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const utils_1 = require("./utils");
4exports.NO_COLORS = Object.freeze({
5 strong: utils_1.identity,
6 weak: utils_1.identity,
7 input: utils_1.identity,
8 success: utils_1.identity,
9 failure: utils_1.identity,
10 ancillary: utils_1.identity,
11 log: Object.freeze({
12 DEBUG: utils_1.identity,
13 INFO: utils_1.identity,
14 WARN: utils_1.identity,
15 ERROR: utils_1.identity,
16 }),
17});