Transform currency code to symbol
$ npm install --save transform-currency
const transformCurrency = require('transform-currency')
transformCurrency(`I'm selling my shoes for USD25`)
// => I'm selling my shoes for $25Returns a promise
Type: string
Required
- find-currency-code — Find currency code from given string
- has-currency-code — Check if given string has currency code
- currenci — List of currencies and get random currency
MIT © Bu Kinoshita