Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# finalize-promise
Promise with finalize hook

```js

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

```