Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Handler

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

§Type Parameters

§
T = unknown
[src]

§Type

§
(event: T) => void
[src]