MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / main.js

File main.js

examples/packages/eventemitter/main.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import EventEmitter from "@moddable/eventemitter3";
2
3const ee = new EventEmitter;
4ee.on("boo", arg => trace(`event "boo" with argument ${arg}\n`));

Callers

nothing calls this directly

Calls 1

onMethod · 0.45

Tested by

no test coverage detected