is-currency-symbol
v1.3.0
Published
Validates whether a given input is a valid currency symbol
Maintainers
Readme
💰 is-currency-symbol
Validates whether a given input is a valid currency symbol.
Installation
npm install is-currency-symbolUsage
const isCurrencySymbol = require('is-currency-symbol');
isCurrencySymbol('$'); // true
isCurrencySymbol('#'); // falseContributing
git clone [email protected]:hugomd/is-currency-symbol.gitnpm install- Make your changes
- Open a pull request and ask for review ✌️
- Optional: use emoji in your commits 🔥
