timing-provider
Version:
An implementation of the timing provider specification.
5 lines • 479 B
TypeScript
import type { wrapEventListener as wrapEventListenerFunction } from '../functions/wrap-event-listener';
import { TEventTargetConstructor } from '../types';
import type { createEventTargetFactory } from './event-target-factory';
export declare const createEventTargetConstructor: (createEventTarget: ReturnType<typeof createEventTargetFactory>, wrapEventListener: typeof wrapEventListenerFunction) => TEventTargetConstructor;
//# sourceMappingURL=event-target-constructor.d.ts.map