UNPKG

@effect-ts/system

Version:

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

9 lines (6 loc) 131 B
// ets_tracing: off import type { RIO } from "./effect.js" /** * Canceler Definition */ export type Canceler<R> = RIO<R, void>