UNPKG

timing-object

Version:

An implementation of the timing object specification.

3 lines 164 B
import { TEventHandler } from './event-handler'; export type TErrorEventHandler<T> = TEventHandler<T, ErrorEvent>; //# sourceMappingURL=error-event-handler.d.ts.map