MCPcopy Create free account
hub / github.com/microsoft/SandDance / isNumberArray

Function isNumberArray

docs/app/js/sanddance-app.js:128327–128329  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

128325 };
128326};
128327function isNumberArray(x) {
128328 return ArrayBuffer.isView(x) && !(x instanceof DataView);
128329}
128330
128331},{"@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"eXHAc":[function(require,module,exports) {
128332var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected