MCPcopy Index your code
hub / github.com/node-modules/utility / value

Function value

test/object.test.ts:21–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 Object.defineProperties(a, {
20 one: { enumerable: true, value: 'one' },
21 two: { enumerable: false, value() {} },
22 });
23 if (typeof Symbol !== 'undefined') {
24 const s = Symbol('s');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…