Skip to main content
Module

x/evt/lib/types/index.ts>Handler.PropsFromMethodName

💧EventEmitter's typesafe replacement
Go to Latest
namespace Handler.PropsFromMethodName
import { Handler } from "https://deno.land/x/evt@v2.4.13/lib/types/index.ts";
const { PropsFromMethodName } = Handler;
type alias Handler.PropsFromMethodName
import { type Handler } from "https://deno.land/x/evt@v2.4.13/lib/types/index.ts";
const { PropsFromMethodName } = Handler;

Handlers params that are implicitly specified by the method used: attachOnce => once attachOncePrepend => once + prepend waitFor => once + async ...