Skip to main content
Module

x/rambda/files/index.d.ts>times

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

Parameters

fn: (i: number) => T
howMany: number

Parameters

fn: (i: number) => T

Returns

(howMany: number) => T[]