advarr
Advanced Array utility functions. Extra arguments for map and forEach including first, last, brk, odd, even, penultimate, and more!
Advanced Array utility functions. Extra arguments for map and forEach including first, last, brk, odd, even, penultimate, and more!
async parallel/serial foreach
Asynchronous for loop prototype
List of utilities that speeds ups your project and lowers your cpu consumption.
A library for vanilla javascript utils (server-side) used in aotra javascript CMS
A library for vanilla javascript utils used in aotra javascript CMS
Iterates over a collection asynchronously.
CLI to find and execute command for every glob match
A very simple function to use `forEach` in an asynchronous function and with `await`.
Common stuff we do with foreach loops
A faster foreach loop which uses the algorithm of a regular for loop.
Invoke a callback function once for each ndarray element.
Until a test condition is true, invoke a function for each element in a collection.
Until a test condition is true, invoke a function for each element in a collection, iterating from right to left.
While a test condition is true, invoke a function for each element in a collection.
While a test condition is true, invoke a function for each element in a collection, iterating from right to left.
Create a filled array according to a provided callback function.
Create a filled generic array according to a provided callback function.
Create a filled two-dimensional nested array according to a provided callback function.
Apply a binary callback to elements in two two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.