UNPKG

@hack4impact/logger

Version:

The lightweight & lightning-fast Logger Utility used by Hack4Impact Projects

7 lines (6 loc) 160 B
'use strict'; if (process.env.NODE_ENV === 'production') { module.exports = require('./logger.min.js'); } else { module.exports = require('./logger.js'); }