UNPKG

timing-object

Version:

An implementation of the timing object specification.

5 lines 432 B
import { TEventTargetConstructor } from './event-target-constructor'; import { TEventTargetFactory } from './event-target-factory'; import { TWrapEventListenerFunction } from './wrap-event-listener-function'; export type TEventTargetConstructorFactory = (createEventTarget: TEventTargetFactory, wrapEventListener: TWrapEventListenerFunction) => TEventTargetConstructor; //# sourceMappingURL=event-target-constructor-factory.d.ts.map