in src/SubscribableEvent.ts [11:12]
constructor(private _event: SubscribableEvent<any>, private _callback: (...args: any[]) => boolean | void) { }