UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

3 lines 212 B
import { IEventTarget } from '../interfaces'; export type TEventTargetConstructor = new <EventMap extends Record<string, Event>>() => IEventTarget<EventMap>; //# sourceMappingURL=event-target-constructor.d.ts.map