1.0.1 • Published 3 years ago

@srikanth.kuriyala/currency-symbols v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

This package will give the currency symbol of any country.

Installation:

npm install "@srikanth.kuriyala/currency-symbols" --save

Usage:

import { currencySymbol } from "@srikanth.kuriyala/currency-symbols";

Pass the country currency code you will get back the symbol

currencySymbol['INR'] currencySymbol['USA']