Search results
55 packages found
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
Run async fn for each item in (async) iterable
Iterate over promises serially
- promise
- foreach
- for-each
- for
- each
- collection
- iterable
- iterator
- fulfilled
- async
- await
- promises
- serial
- serially
- View more
A collection of useful utility functions with associated TypeScript types. All functions have been unit tested.
- TypeScript
- isNullOrUndefined
- isEmpty
- isEqual
- isNumber
- randomNumberBetweenRange
- random number between range
- asyncForEach
- async for each
- delay
- convertTimeUnits
- convert time units
- getToday
- setEndOfDay
- View more
Invoke a function once for each element in a collection.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- for
- each
- foreach
- array.foreach
- async
- asynchronous
- iterate
- View more
Invoke a function once for each element in a collection, iterating from right to left.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- for
- each
- right
- foreach
- foreachright
- array.foreach
- array.foreachright
- View more
> Get synonyms for a word from OpenAI GPT-3 or GPT-4, or the WordsAPI. Optionally breaks hyphenated words into their parts and gets synonyms for each one. API and CLI.
- ECMAScript 2021
- toolkit
- route53
- args
- columns
- censor
- Observable
- waf
- argument
- modules
- spec
- fullwidth
- javascript
- ArrayBuffer.prototype.slice
- View more
Run an async task for each array element in parallel, but limit the number of tasks executing at the same time.
Invoke a function for each element in a collection and update the collection in-place.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- inmap
- map
- array.map
- iterate
- in-place
- mutate
- collection
- View more
Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.
a simple opinionated node.js CLI utility to setup a new node.js library project including typescript, vitest, prettier and basic github action for checking each commit to `main`.
Asynchronous iterator function for parallel processing.
Throttle asynchronous functions and return cached result for each function calls. It can be used for rate limit.
A node- and browser-ready async (now with promises) counterpart of Array.prototype.forEach
Applies the function iteratee to each item in coll, in parallel.
- for-each
- async
- await
- promise
- control
- flow
- control-flow
- awaitful
- promises
- async-await
- es2015
- es2016
- es2017
- es6
- View more
Dependency free async each, map, and reduce written in ES6 package for Node.js
Node asynchronous for each that avoids blocking Node Event Loop
A very small, flexible, parallel async iteration helper that has first-class support for Iterators and concurrency.
A very small, flexible, parallel async mapping helper that has first-class support for Iterators and concurrency.