UNPKG
node-iex-cloud
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.31
2.0.3
2.0.2
2.0.1
2.0.0
1.6.92
1.6.91
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
0.1.56
0.1.55
0.1.54
0.1.53
0.0.53
0.0.52
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.1-beta.1
0.0.1-beta.0
SDK for iex cloud
github.com/JBooker10/node-iex-cloud
JBooker10/node-iex-cloud
node-iex-cloud
/
lib
/
index.js
5 lines
(4 loc)
•
156 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
stocks_1 =
require
(
"./stocks"
);
exports
.
IEXCloudClient
= stocks_1.
default
;