UNPKG
coinmarketcap-js
Version:
latest (1.7.0)
1.7.0
1.6.1
1.6.0
1.5.0
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
Javascript SDK for CoinMarketCap
github.com/rodgeTech/coinmarketcap-js
rodgeTech/coinmarketcap-js
coinmarketcap-js
/
dist
/
crypto
/
index.d.ts
3 lines
(2 loc)
•
159 B
TypeScript
View Raw
1
2
3
import
{
CryptoClient
}
from
"../interfaces/Crypto"
;
export
declare
const
cryptoClient
:
(
apiKey
:
string
,
apiVersion
:
string
,
apiBase
:
string
) =>
CryptoClient
;