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 266 B
import * as O from "../../../Option/index.js"; import type * as C from "./core.js"; /** * Creates a sink containing the last value. */ export declare function last<Err, In>(): C.Sink<unknown, Err, In, Err, unknown, O.Option<In>>; //# sourceMappingURL=last.d.ts.map