UNPKG

@thenewboston/utils

Version:

Utility files for the thenewboston community

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