import { EventContainer } from "https://dotland.deno.dev/x/ts_morph@21.0.0/common/ts_morph_common.d.ts";
Event container for event subscriptions.
Methods
subscribe(subscription: EventContainerSubscription<EventArgType>): void
Subscribe to an event being fired.
unsubscribe(subscription: EventContainerSubscription<EventArgType>): void
Unsubscribe to an event being fired.