MCPcopy Create free account
hub / github.com/plotly/plotly.js / isTypedArray

Function isTypedArray

stackgl_modules/index.js:11660–11662  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

11658var dv = DataView
11659
11660function isTypedArray(a) {
11661 return ab.isView(a) && !(a instanceof dv)
11662}
11663
11664function isArrayOrTypedArray(a) {
11665 return Array.isArray(a) || isTypedArray(a)

Callers 1

isArrayOrTypedArrayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…