UNPKG

@effect-ts/system

Version:

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

8 lines (7 loc) 160 B
// ets_tracing: off import * as C from "../core.mjs"; /** * Unit channel */ export const unit = /*#__PURE__*/C.end(void 0); //# sourceMappingURL=unit.mjs.map