UNPKG

current-currency

Version:

Making it easy to work with currencies and cryptos!

5 lines (4 loc) 268 B
import { Currency, CurrencyType } from "../types/currencies"; import { CryptoCurrency } from "../types/cryptocurrencies"; export declare function isCurrency(currency: Currency | CryptoCurrency): currency is Currency; export declare const Currencies: CurrencyType;