UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

4 lines (2 loc) 159 B
import { IEventTarget } from '../interfaces'; export type TEventTargetConstructor = new <EventMap extends Record<string, Event>>() => IEventTarget<EventMap>;