MCPcopy Index your code
hub / github.com/nodejs/node / isArray

Function isArray

lib/internal/console/constructor.js:673–673  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

671const iterKey = '(iteration index)';
672
673const isArray = (v) => ArrayIsArray(v) || isTypedArray(v) || isBuffer(v);
674
675function noop() {}
676

Callers 1

_inspectFunction · 0.70

Calls 2

isTypedArrayFunction · 0.85
isBufferFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…