Skip to main content
Module

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

💧EventEmitter's typesafe replacement
Go to Latest
type alias Handler.PropsFromMethodName.Async
import { type Handler } from "https://deno.land/x/evt@v2.3.1/lib/types/index.ts";
const { Async } = Handler.PropsFromMethodName;
definition: Common & Readonly<{ async: true; once: true; }>