Files
alfresco-ng2-components/ng2-components/ng2-alfresco-documentslist/dist/node_modules/promise-finally
Mario Romano 07807e7bc3 # add dist
2016-04-21 11:56:31 +01:00
..
2016-04-21 11:56:31 +01:00
2016-04-21 11:56:31 +01:00
2016-04-21 11:56:31 +01:00
2016-04-21 11:56:31 +01:00
2016-04-21 11:56:31 +01:00

Promise Finally

NPM version NPM downloads Build status Test coverage

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