MCPcopy Create free account
hub / github.com/react/create-react-app / isDataView

Function isDataView

packages/react-error-overlay/fixtures/bundle.mjs:40782–40784  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

40780 ]
40781
40782 var isDataView = function(obj) {
40783 return obj && DataView.prototype.isPrototypeOf(obj)
40784 }
40785
40786 var isArrayBufferView = ArrayBuffer.isView || function(obj) {
40787 return obj && viewClasses.indexOf(Object.prototype.toString.call(obj)) > -1

Callers 1

BodyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected