Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rambda/immutable.d.ts>repeat

Faster and smaller alternative to Ramda
Go to Latest
function repeat
import { repeat } from "https://deno.land/x/rambda@v9.1.0/immutable.d.ts";

Returns

(timesToRepeat: number) => readonly T[]

Parameters

x: T
timesToRepeat: number

Returns

readonly T[]