issues
search
jonschlinkert
/
arr-flatten
Recursively flatten an array or arrays. This is the fastest implementation of array flatten.
https://github.com/jonschlinkert
MIT License
59
stars
16
forks
source link
deprecate npm package?
#9
Open
jimmywarting
opened
3 years ago
jimmywarting
commented
3 years ago
just use
[].flat(infinity)
instead
just use
[].flat(infinity)
instead