Skip to main content
Module

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

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

Parameters

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

Parameters

fn: (i: number) => T

Returns

(howMany: number) => T[]