mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Promise Finally
Simple wrapper to run promise "finally" logic.
Installation
npm install promise-finally --save
Usage
Uses any-promise
internally.
import promiseFinally from 'promise-finally'
const p = Promise.resolve('something')
promiseFinally(p, () => ...)
License
MIT