MCPcopy Index your code
hub / github.com/plotly/plotly.js / isTypedArray

Function isTypedArray

src/lib/array.js:11–13  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

9var dv = DataView;
10
11function isTypedArray(a) {
12 return ab.isView(a) && !(a instanceof dv);
13}
14exports.isTypedArray = isTypedArray;
15
16function isArrayOrTypedArray(a) {

Callers 4

isArrayOrTypedArrayFunction · 0.70
index.jsFile · 0.50
squareStringMatrixFunction · 0.50
helpers.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…