UNPKG

supergeneric

Version:

Supergeneric JS helper functions... formatters, math functions, sort functions, etc.

2 lines (1 loc) 85 B
"use strict";exports.randomArray=(r=1,a=()=>Math.random())=>Array(r).fill(0).map(a);