UNPKG

evt

Version:

Type safe replacement for node's EventEmitter

4 lines (3 loc) 231 B
import type { Handler } from "./types"; export declare function matchAll(): boolean; export declare function parsePropsFromArgs<T>(inputs: readonly any[], methodName: "waitFor" | "attach*" | "pipe"): Handler.PropsFromArgs<T, any>;