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

Function keyof

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

Source from the content-addressed store, hash-verified

110738 return value;
110739}
110740function keyof(value) {
110741 return value !== null && typeof value === "object" ? value.valueOf() : value;
110742}
110743
110744},{"@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"l5DiZ":[function(require,module,exports) {
110745var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers

nothing calls this directly

Calls 1

valueOfMethod · 0.45

Tested by

no test coverage detected