Skip to main content
Version: Next

Handler type

Signature:

declare type Handler<T = unknown> = (event: T) => void;