UNPKG

@robotlegsjs/eventemitter3

Version:
12 lines (11 loc) 339 B
import { IContext, IExtension } from "@robotlegsjs/core"; /** * An Event Map keeps track of listeners and provides the ability * to unregister all listeners with a single method call. */ export declare class LocalEventEmitterMapExtension implements IExtension { /** * @inheritDoc */ extend(context: IContext): void; }