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 217 B
import type { Chunk } from "../core.js"; /** * Fills a chunk with the result of applying `f` `n` times */ export declare function fill<A>(n: number, f: (n: number) => A): Chunk<A>; //# sourceMappingURL=fill.d.ts.map