UNPKG

ajsfw

Version:
4 lines (3 loc) 75 B
export interface IListener<T> { (sender: any, data?: T): boolean; }