Name: | rh-nodejs6-nodejs-arr-flatten |
---|---|
Version: | 1.0.1 |
Release: | 5.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 4521 |
License: | MIT |
RPM: | rh-nodejs6-nodejs-arr-flatten-1.0.1-5.el7.noarch.rpm |
Source RPM: | rh-nodejs6-nodejs-arr-flatten-1.0.1-5.el7.src.rpm |
Build Date: | Thu May 18 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/jonschlinkert/arr-flatten |
Summary: | Recursively flatten an array or arrays |
Description: | Recursively flatten an array or arrays. This is the fastest implementation of array flatten. Why another flatten utility? I wanted the fastest implementation I could find, with implementation choices that should work for 95% of use cases, but no cruft to cover the other 5%. |