MCPcopy Create free account
hub / github.com/editablejs/editable /

Class

packages/editor/src/plugin/emitter.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export type Listener = (...args: any[]) => void
2
3export class Emitter {
4 static listenerCount(emitter: Emitter, type: string | number): number {
5 return emitter.listenerCount(type)
6 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected