UNPKG

cheng-utils

Version:

there will publish something my common utils, you guy's can try it! I will integrate the commma in to there

6 lines (5 loc) 140 B
export const arrayGenerator = (length: number, content: any) => { return Array.from({ length }, () => { return content; }); };