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

WildcardHandler

type WildcardHandler<T = Record<string, unknown>> = (type: keyof T, event: T[keyof T]) => void;

§Type Parameters

§
T = Record<string, unknown>
[src]

§Type

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