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

Function isTypedArray

lib/internal/util/types.js:13–15  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

11}
12
13function isTypedArray(value) {
14 return TypedArrayPrototypeGetSymbolToStringTag(value) !== undefined;
15}
16
17function isUint8Array(value) {
18 return TypedArrayPrototypeGetSymbolToStringTag(value) === 'Uint8Array';

Callers 10

buffer.jsFile · 0.85
isUtf8Function · 0.85
isAsciiFunction · 0.85
getViewedArrayBufferFunction · 0.85
getRandomValuesFunction · 0.85
transferArrayBufferFunction · 0.85
isArrayFunction · 0.85
formatRawFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…