MCPcopy Index your code
hub / github.com/microsoft/SandDance / getTypeOf

Function getTypeOf

docs/app/js/sanddance-app.js:68415–68418  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

68413 }, TYPE_DEFINITIONS[type]);
68414}
68415function getTypeOf(value) {
68416 if (Array.isArray(value) || ArrayBuffer.isView(value)) return "array";
68417 return (0, _typeofDefault.default)(value);
68418}
68419
68420},{"@babel/runtime/helpers/esm/typeof":"5go3u","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"gww34":[function(require,module,exports) {
68421var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers 3

parsePropTypeFunction · 0.70
sanddance-app.jsFile · 0.70
normalizePropDefinitionFunction · 0.70

Calls 1

isArrayFunction · 0.70

Tested by

no test coverage detected