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

Function EmptyObject

src/object.ts:53–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51// https://github.com/nodejs/node/blob/master/lib/events.js#L5
52// https://cnodejs.org/topic/571e0c445a26c4a841ecbcf1
53function EmptyObject() {}
54EmptyObject.prototype = Object.create(null);
55
56/**

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…