InMemoryEventBus.prototype.subscribe<T>(type: string,handler: EventHandler<T>): () => void
Usage
import { InMemoryEventBus } from "events-plugin/src/index.ts";
InMemoryEventBus.prototype.subscribe<T>(type: string,handler: EventHandler<T>): () => void
import { InMemoryEventBus } from "events-plugin/src/index.ts";