p-finally
Promise#finally()
ponyfill - Invoked when the promise is settled regardless of outcome
Useful for cleanup.
Install
Usage
API
pFinally(promise, [onFinally])
Returns a Promise
.
onFinally
Type: Function
Note: Throwing or returning a rejected promise will reject promise
with the rejection reason.
Related
p-try -
Promise#try()
ponyfill - Starts a promise chain
License
MIT © Sindre Sorhus
Last updated