Skip to main content
Version: Next

Handler type

Signature:

export declare type Handler<T = any> = (event?: T) => void;