UNPKG

@effect-ts/system

Version:

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

6 lines 265 B
import * as C from "../core.js"; /** * Constructs a stream from a range of integers (lower bound included, upper bound not included) */ export declare function range(min: number, max: number, chunkSize?: number): C.UIO<number>; //# sourceMappingURL=range.d.ts.map