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