UNPKG

@effect-ts/system

Version:

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

10 lines (7 loc) 177 B
// ets_tracing: off import * as C from "../core.js" export function succeed<Z>( z: Z ): C.Channel<unknown, unknown, unknown, unknown, never, never, Z> { return C.end(z) }