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 222 B
import type { Chunk } from "../core.js"; /** * Build a chunk with an integer range with both min/max included */ export declare function range(min: number, max: number): Chunk<number>; //# sourceMappingURL=range.d.ts.map