MCPcopy Create free account
hub / github.com/TruthHun/BookStack / EventEmitter

Function EventEmitter

static/word2md/mammoth.browser.js:11615–11618  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11613// USE OR OTHER DEALINGS IN THE SOFTWARE.
11614
11615function EventEmitter() {
11616 this._events = this._events || {};
11617 this._maxListeners = this._maxListeners || undefined;
11618}
11619module.exports = EventEmitter;
11620
11621// Backwards-compat with node 0.10.x

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected