UNPKG

@effect-ts/system

Version:

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

7 lines 215 B
import * as O from "../Option/index.js"; import type { UIO } from "./effect.js"; /** * Returns an effect with the empty value. */ export declare const none: UIO<O.Option<never>>; //# sourceMappingURL=none.d.ts.map