import { TEventTargetConstructor } from './event-target-constructor'; import { TWrapEventListenerFunction } from './wrap-event-listener-function'; export type TEventTargetConstructorFactory = (wrapEventListener: TWrapEventListenerFunction) => TEventTargetConstructor;