Search results
1000+ packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Indent each line in a string
An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.
- javascript
- ecmascript
- polyfill
- shim
- es-shims
- es-shim API
- Iterator
- helpers
- from
- map
- filter
- take
- drop
- flatMap
- View more
Array methods for ES6 Iterators
Make array iteration easy when using async/await and Promises
- async/await
- async
- await
- asynchronous
- awaitable
- async function
- array
- iteration
- forEach
- map
- every
- some
- filter
- reduce
A tiny, faster alternative to native Array.prototype.every
The lodash method `_.every` exported as a module.
An ES5 spec-compliant `Array.prototype.every` shim/polyfill/replacement that works as far down as ES3.
Test whether all promises passes a testing function
- async
- await
- bluebird
- collection
- concurrency
- concurrently
- every
- filter
- fulfilled
- iterable
- iterator
- parallel
- promise
- promises
When you want array.some but not array.every. Useful when you need to determine partially selected states - like partially selecting tree nodes when some but not all child nodes are checked.
Returns true if the callback returns truthy for all elements in the given array.
Check if a `predicate` function returns true for all values in a `collection`.
An ES5 spec-compliant `Array.prototype.some` shim/polyfill/replacement that works as far down as ES3.
Make a promise, waiting for a specified amount of time, util something is done.
Async enabled each(), map(), filter() functions that work just like their standard counterparts, but can be used with async/await and also provide concurrency limiting. Includes built-in typings and JSDoc comments for IntelliSense documentation.
- asynchronous
- async
- await
- await-await
- await/await
- concurrent
- concurrency
- parallel
- typescript
- promise
- promisify
- promisified
- each
- map
- View more
Indent each line in a string. This is a fork of sindresorhus/indent-string, but with CommonJS support.
An array is a collection of values, stored contiguously.
Utilities for JavaScript Iterable and AsyncIterable
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im
- every
- browser
- compile less
- patch
- regular expressions
- setter
- String.prototype.trim
- defineProperty
- compare
- __proto__
- typed array
- RegExp.prototype.flags
- validation
- typed
- View more
An iterable is a sequence of values.
- extra
- iterable
- callable
- findAll
- fromApply
- fromCall
- many
- pop
- shift
- size
- toCallable
- toOnce
- CombineFunction
- CompareFunction
- View more
A better Array.prototype.every(). Supports iterables, whitelist testing, and more.