Skip to content

tabulate-array overview


Table of contents


utils

tabulateArray

Signature

export declare const tabulateArray: <T>(amount: number, f: (i: number) => T) => T[]