Skip to main content
Module

x/rambda/immutable.d.ts>repeat

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

Returns

(timesToRepeat: number) => readonly T[]

Parameters

x: T
timesToRepeat: number

Returns

readonly T[]