UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

2 lines (1 loc) 112 B
export type TEventHandler<T, U extends Event = Event> = (ThisType<T> & { handler(event: U): void })['handler'];