Search results
610 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Iterate over promises serially
- promise
- foreach
- for-each
- for
- each
- collection
- iterable
- iterator
- fulfilled
- async
- await
- promises
- serial
- serially
- View more
Wait for a condition to be true
Flatten nested arrays
Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js
Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.
Waits until the given predicate function returns a truthy value, then resolves
A node- and browser-ready async (now with promises) counterpart of Array.prototype.forEach
Function name shim (especially for supporting function names in Internet Explorer).
PostCSS plugin that enables SASS-like for loop syntax in your CSS
Executes a callback for each property found on a object, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object and Function prototypes by default,
- for
- each
- prop
- property
- object
- function
- enumerable
- non-enumerable
- nonenumerable
- inherited
- proto
- prototype
- prototype-chain
- class
Executes a callback for each property found on a object, recursively on nested properties, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object an
- recursive
- deep
- for
- each
- prop
- property
- object
- function
- enumerable
- non-enumerable
- nonenumerable
- inherited
- proto
- prototype
- View more
a library of conditions that are useful for end-to-end tests
Prevents for..of loops usage
Create a new object filtered to have only properties for which the callback returns true.
Iterate over an array asynchronously (for native await/async/Promise)
RequestAnimationFrame friendly async for iterator
Neater control statements (if/for) for jsx
Neater control statements (if/for) for jsx
convert an AudioBuffer to .wav format
Transform all for-of loops into the equivalent array for loop