12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- 'use strict';
- Object.defineProperty(exports, 'LEVEL', {
- value: Symbol.for('level')
- });
- Object.defineProperty(exports, 'MESSAGE', {
- value: Symbol.for('message')
- });
- Object.defineProperty(exports, 'SPLAT', {
- value: Symbol.for('splat')
- });
- Object.defineProperty(exports, 'configs', {
- value: require('./config')
- });
|