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 (8 loc) 235 B
// ets_tracing: off import * as O from "../Option/index.mjs"; import { succeed } from "./core.mjs"; /** * Returns an effect with the empty value. */ export const none = /*#__PURE__*/succeed(O.none); //# sourceMappingURL=none.mjs.map