UNPKG

382 BTypeScriptView Raw
1import type { Event } from "../event.js";
2export declare const inotify_dispatch: (listeners: any[][], e: Event) => void;
3/**
4 * Mixin class decorator, injects INotify default implementation, incl.
5 * a lazily instantiated `_listeners` property object, storing
6 * registered listeners.
7 */
8export declare const INotifyMixin: (clazz: any) => any;
9//# sourceMappingURL=inotify.d.ts.map
\No newline at end of file