UNPKG

numeric-quantity

Version:

Number parser with support for mixed numbers, vulgar fractions, and Roman numerals

7 lines (6 loc) 207 B
'use strict'; if (process.env.NODE_ENV === 'production') { module.exports = require('./numeric-quantity.cjs.production.js'); } else { module.exports = require('./numeric-quantity.cjs.development.js'); }