Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuchk4/finalize-promise
Promise with finalize hook
https://github.com/tuchk4/finalize-promise
Last synced: 20 days ago
JSON representation
Promise with finalize hook
- Host: GitHub
- URL: https://github.com/tuchk4/finalize-promise
- Owner: tuchk4
- Created: 2016-02-09T21:31:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T20:33:03.000Z (over 8 years ago)
- Last Synced: 2024-10-11T00:29:35.883Z (about 1 month ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# finalize-promise
Promise with finalize hook```js
new FinalizePromise((resolve, reject) => {
// ...
}, (err) => {
// finalie hook
});```