Utils for promises.
TypeScript definitions for chai-as-promised
Retry a failed promise
A generic promised based retry mechanism. Useful for eg. ensuring an available database or message queue connection
Promise-based IO
General utilities for plugins to use
Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. 🛠️️
Utilities for ESLint plugins.
webpack Validation Utils
Type utilities for working with TypeScript + ESLint together
Utilities for working with TypeScript + ESLint together
Utilities for collecting TSConfigs for linting scenarios.
Shared Vitest utility functions
Wrapper for Handlebars that allows helpers returning promises
utility functions for archiver
No description provided.
For limiting the time to resolve a promise.
A WebSocket client library providing Promise-based API for connecting, disconnecting and messaging with server
TypeScript definitions for supertest-as-promised
merge() utility function
AST utility module for statically analyzing JSX
Test utilities for serverless libraries
Sugar methods for using sinon.js stubs with promises
Redis utilities for redis instrumentations
A data loading utility to batch loading of promises. It can be used with graphql gem.
A data loading utility to batch loading of promises. It can be used with graphql gem.
Concurrency utilities including Delays, Promises, Futures, Event Loops, Thread Pools, and Synchronizing wrappers
A data loading utility to batch loading of promises. It can be used with graphql gem.
An Asynchronous Promise library for Ruby, built over the "async" gem, providing Javascript ES6 style Promises. It also includes utilities like ES6-style "fetch" that returns a Promise.
Implemention of streams in the classic sense where a stream is a head and a promise to compute the tail. Utilities to use streams from enumerables