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
/
interfaces
/
Crypto.js
7 lines
(6 loc)
•
152 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Metadata
=
void
0
;
class
Metadata
{ }
exports
.
Metadata
=
Metadata
;