node-common/lib/events/eventDelegate.d.ts

2 lines
115 B
TypeScript
Raw Permalink Normal View History

2020-12-11 00:41:22 +00:00
export declare type EventDelegate<T, K> = (sender: T, args: K) => void;
//# sourceMappingURL=eventDelegate.d.ts.map