| Current Path : /var/node/inatote/Inatote-Backend/node_modules/logform/ |
| Current File : /var/node/inatote/Inatote-Backend/node_modules/logform/levels.js |
'use strict';
const { Colorizer } = require('./colorize');
/*
* Simple method to register colors with a simpler require
* path within the module.
*/
module.exports = config => {
Colorizer.addColors(config.colors || config);
return config;
};