UNPKG

consolev

Version:

Congrats! You just saved yourself hours of work by bootstrapping this project with TSDX. Let’s get you oriented with what’s here and how to use it.

9 lines (6 loc) 194 B
'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./consolev.cjs.production.min.js') } else { module.exports = require('./consolev.cjs.development.js') }