MCPcopy Create free account
hub / github.com/ReactJSResources/react-webpack-babel / Emitter

Function Emitter

public/bundle.js:1396–1398  ·  view source on GitHub ↗

* Initialize a new `Emitter`. * * @api public

(obj)

Source from the content-addressed store, hash-verified

1394 */
1395
1396 function Emitter(obj) {
1397 if (obj) return mixin(obj);
1398 };
1399
1400 /**
1401 * Mixin the emitter properties.

Callers 1

bundle.jsFile · 0.85

Calls 1

mixinFunction · 0.85

Tested by

no test coverage detected