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

Method first

src/node-binance-api.ts:3692–3694  ·  view source on GitHub ↗

* Returns the first property of an object * @param {object} object - the object to get the first member * @return {string} - the object key

(object)

Source from the content-addressed store, hash-verified

3690 * @return {string} - the object key
3691 */
3692 first(object) {
3693 return Object.keys(object).shift();
3694 }
3695
3696 /**
3697 * Returns the last property of an object

Callers 3

live-tests.cjsFile · 0.80
example.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected