UNPKG

parse-ingredient

Version:

Recipe ingredient parser with support for mixed numbers and vulgar fractions

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