Your IP : 216.73.216.91


Current Path : /var/node/inatote/Inatote-Backend/node_modules/logform/
Upload File :
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;
};