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) 181 B
// ets_tracing: off import * as C from "../core.js" /** * Unit channel */ export const unit: C.Channel<unknown, unknown, unknown, unknown, never, never, void> = C.end(void 0)