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
- Host: GitHub
- URL: https://github.com/offirmo/promise-utils
- Owner: Offirmo
- License: unlicense
- Created: 2017-11-16T05:07:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T06:12:09.000Z (over 8 years ago)
- Last Synced: 2025-03-17T09:44:45.370Z (over 1 year ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.