MCPcopy Create free account
hub / github.com/ccxt/node-binance-api / isIterable

Function isIterable

deprecated/node-binance-api.js:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 * @return {boolean} true or false is iterable
170 */
171 const isIterable = obj => {
172 if (obj === null) return false;
173 return typeof obj[Symbol.iterator] === 'function';
174 }
175
176 const addProxy = opt => {
177 if (Binance.options.proxy) {

Callers 3

klineDataFunction · 0.85
futuresKlineDataFunction · 0.85
deliveryKlineDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected