import * as evt from "https://deno.land/x/evt@v2.4.18/lib/types/Handler.ts";
Type Aliases
Handlers params that come from the arguments passed to the method invoked | |
Handlers params that are implicitly specified by the method used: attachOnce => once attachOncePrepend => once + prepend waitFor => once + async ... | |