UNPKG

typescript-array-utils

Version:
2 lines (1 loc) 78 B
export declare function arrayCreate<T>(n: number, fn: (i: number) => T): T[];