UNPKG

timing-object

Version:

An implementation of the timing object specification.

3 lines 170 B
import { TNativeEventTarget } from './native-event-target'; export type TEventTargetFactory = () => TNativeEventTarget; //# sourceMappingURL=event-target-factory.d.ts.map