UNPKG

@effect-ts/system

Version:

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

4 lines 234 B
import * as CK from "../../../Collections/Immutable/Chunk/index.js"; import * as C from "./core.js"; export declare function take<Err, In>(n: number): C.Sink<unknown, Err, In, Err, In, CK.Chunk<In>>; //# sourceMappingURL=take.d.ts.map