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 (9 loc) 254 B
// ets_tracing: off import { chain_, unit } from "./core.mjs"; /** * Ignores the result of the effect replacing it with a void */ export function asUnit(self, __trace) { return chain_(self, () => unit, __trace); } //# sourceMappingURL=asUnit.mjs.map