UNPKG

timing-object

Version:

An implementation of the timing object specification.

4 lines 160 B
export type TEventHandler<T, U extends Event = Event> = (ThisType<T> & { handler(event: U): void; })['handler']; //# sourceMappingURL=event-handler.d.ts.map