robert2206 8ad867f7a5 commit inicial há 8 anos atrás
..
dist 8ad867f7a5 commit inicial há 8 anos atrás
LICENSE 8ad867f7a5 commit inicial há 8 anos atrás
README.md 8ad867f7a5 commit inicial há 8 anos atrás
package.json 8ad867f7a5 commit inicial há 8 anos atrás
typings.json 8ad867f7a5 commit inicial há 8 anos atrás

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