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: 10 months ago
JSON representation

Promise with finalize hook

Awesome Lists containing this project

README

          

# finalize-promise
Promise with finalize hook

```js

new FinalizePromise((resolve, reject) => {
// ...
}, (err) => {
// finalie hook
});

```