An open API service indexing awesome lists of open source software.

https://github.com/offirmo/promise-utils

A monorepo of small npm modules for working with the javascript promises
https://github.com/offirmo/promise-utils

Last synced: over 1 year ago
JSON representation

A monorepo of small npm modules for working with the javascript promises

Awesome Lists containing this project

README

          

# promise-utils
A monorepo of small npm modules for working with the javascript promises.

The idea is to group together all the promise related utilities.

Design principles:
* isomorphic code
* dead simple code
* good API, early checks
* don't add extra, dangerous complexity (see https://github.com/sindresorhus/clean-stack/issues/4)
* (maybe) good JS/npm citizen, exporting ES7
* (maybe) support TypeScript / flow

This repo relies on Sindre Sorhus existing npm modules when available and convenient.