node-common/lib/events/eventDelegate.d.ts
2020-12-10 19:41:22 -05:00

2 lines
115 B
TypeScript

export declare type EventDelegate<T, K> = (sender: T, args: K) => void;
//# sourceMappingURL=eventDelegate.d.ts.map