UNPKG

evt

Version:

Type safe replacement for node's EventEmitter

8 lines (7 loc) 168 B
import type { Ctx } from "./Ctx"; /** * https://docs.evt.land/api/evt/newctx * * return a new Ctx instance * */ export declare function newCtx<T = void>(): Ctx<T>;