UNPKG

parse-price

Version:

returns a Number from a localized price string

12 lines (11 loc) 187 B
module.exports = { output: { library: 'parsePrice', libraryTarget: 'umd', path: './dist', filename: 'parse-price.js' }, entry: { library: './src/index.js' } }