MCPcopy
hub / github.com/glidejs/glide / isArray

Function isArray

src/utils/unit.js:83–85  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

81 * @return {Boolean}
82 */
83export function isArray (value) {
84 return value.constructor === Array
85}

Callers 4

mutateMethod · 0.90
onMethod · 0.90
emitMethod · 0.90
unit.test.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected