UNPKG

winston-array-transport

Version:
10 lines (9 loc) 245 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MESSAGE = exports.LEVEL = void 0; const MESSAGE = Symbol.for('message'); exports.MESSAGE = MESSAGE; const LEVEL = Symbol.for('level'); exports.LEVEL = LEVEL;