UNPKG

current-currency

Version:

Making it easy to work with currencies and cryptos!

5 lines (4 loc) 298 B
import { CryptoCurrency, CryptoCurrencyType } from "../types/cryptocurrencies"; import { Currency } from "../types/currencies"; export declare function isCryptoCurrency(currency: Currency | CryptoCurrency): currency is CryptoCurrency; export declare const Cryptocurrencies: CryptoCurrencyType;