MCPcopy Index your code
hub / github.com/KilledByAPixel/LittleJS / isArray

Function isArray

src/engineMath.js:311–311  ·  view source on GitHub ↗

* Check if object is an array * @param {any} a * @return {a is Array } * @memberof Math

(a)

Source from the content-addressed store, hash-verified

309 * @return {a is Array<any>}
310 * @memberof Math */
311function isArray(a) { return Array.isArray(a); }
312
313/**
314 * @callback LineTestFunction - Checks if a position is colliding

Callers 10

util.test.mjsFile · 0.90
vibrateFunction · 0.85
debugPolyFunction · 0.85
engineInitFunction · 0.85
drawLineListFunction · 0.85
drawPolyFunction · 0.85
constructorMethod · 0.85
addPolyMethod · 0.85
addEdgeListMethod · 0.85
addEdgeLoopMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected