Skip to content

Provides currency symbol and unit separator when passed a region code

Notifications You must be signed in to change notification settings

joewatts000/currency-data-by-locale

Repository files navigation

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;

About

Provides currency symbol and unit separator when passed a region code

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published