Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/windmill/node_modules/evt/lib/StatefulEvt.d.ts>StatefulEvt

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
type alias StatefulEvt
import { type StatefulEvt } from "https://deno.land/x/windmill@v1.422.0/node_modules/evt/lib/StatefulEvt.d.ts";
definition: import("./types/interfaces").StatefulEvt<T>
variable StatefulEvt
import { StatefulEvt } from "https://deno.land/x/windmill@v1.422.0/node_modules/evt/lib/StatefulEvt.d.ts";

type

{ readonly prototype: StatefulEvt<any>; new <T>(initialState: T): StatefulEvt<T>; }