UNPKG

timing-object

Version:

An implementation of the timing object specification.

4 lines (2 loc) 116 B
import { TEventHandler } from './event-handler'; export type TErrorEventHandler<T> = TEventHandler<T, ErrorEvent>;