robert2206 8ad867f7a5 commit inicial пре 8 година
..
dist 8ad867f7a5 commit inicial пре 8 година
LICENSE 8ad867f7a5 commit inicial пре 8 година
README.md 8ad867f7a5 commit inicial пре 8 година
package.json 8ad867f7a5 commit inicial пре 8 година
typings.json 8ad867f7a5 commit inicial пре 8 година

README.md

Promise Finally

NPM version NPM downloads Build status Test coverage

Simple wrapper to run promise "finally" logic.

Installation

npm install promise-finally --save

Usage

import promiseFinally from 'promise-finally'

const p = Promise.resolve('something')

promiseFinally(p, () => ...)

License

MIT