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

x/rambda/index.d.ts>repeat

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

Returns

(timesToRepeat: number) => T[]

Parameters

x: T
timesToRepeat: number