UNPKG

@effect-ts/system

Version:

Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.

4 lines 169 B
import type { Exited } from "./Exited.js"; import type { Running } from "./Running.js"; export declare type State = Exited | Running; //# sourceMappingURL=State.d.ts.map