UNPKG

@effect-ts/system

Version:

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

7 lines (4 loc) 145 B
// ets_tracing: off import type { Exited } from "./Exited.js" import type { Running } from "./Running.js" export type State = Exited | Running