UNPKG

react-hook-currency

Version:

> This libraries propose to introduce two pseudo hooks, one capable of format currencies and another capable to simulate a cash register.

5 lines (4 loc) 143 B
import './utils/polyfills'; export * from './hooks/useCurrency'; export * from './hooks/useCurrencyRegister'; export * from './constants';