MCPcopy Create free account
hub / github.com/ElyaConrad/Monopoly / isArrayLike

Function isArrayLike

web/js/cli-browser.js:2497–2499  ·  view source on GitHub ↗

* An array-like value has all the properties of an array, but is not an array instance. Examples in the `arguments` object. Returns true if the input value is an object, not null and has a `length` property with a numeric value. * * @param {*} - the input to test * @returns {boolean} * @static

(input)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

isObjectFunction · 0.70

Tested by

no test coverage detected