Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 490 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 490 Bytes

node-cull

Cull an array to every n-th element.

I work with time series data quite often and I find myself writing something like the following regularly; I wonder if it's worth adding as a core method, supporting objects, optimizing for better performance internally (especially with the _rtl option). If interested, I am happy to expand and work on a related PR.

See: lodash/lodash#706

All credits go to @kurttheviking