currency-data-by-locale

1.0.2 • Public • Published

currency data by locale

Returns currency and seperator when language and region code are passed

import getLocationData from 'currency-data-by-locale';

const currency = getLocationData('en-US').currency;
const seperator = getLocationData('en-US').separator;

Package Sidebar

Install

npm i currency-data-by-locale

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

2.6 kB

Total Files

3

Last publish

Collaborators

  • squarepeoplesolutions