UNPKG

@princedev/calculate

Version:

Fast, lightweight, and extinsible mathematical and statistical functions.

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