UNPKG

coinmarketcap-js

Version:
9 lines (8 loc) 308 B
import { RestClient } from "./interfaces"; export * from "./crypto"; export * from "./exchange"; export * from "./fiat"; export * from "./global"; export * from "./interfaces"; export declare const restClient: (apiKey: string, apiVersion?: string, apiBase?: string) => RestClient; export default restClient;