promise-finally

WebJar for promise-finally

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

promise-finally
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

promise-finally
WebJar for promise-finally
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/blakeembrey/promise-finally

Download promise-finally

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/promise-finally/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>promise-finally</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/promise-finally/
implementation 'org.webjars.npm:promise-finally:2.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/promise-finally/
implementation ("org.webjars.npm:promise-finally:2.0.1")
'org.webjars.npm:promise-finally:jar:2.0.1'
<dependency org="org.webjars.npm" name="promise-finally" rev="2.0.1">
  <artifact name="promise-finally" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='promise-finally', version='2.0.1')
)
libraryDependencies += "org.webjars.npm" % "promise-finally" % "2.0.1"
[org.webjars.npm/promise-finally "2.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : native-or-bluebird jar [1.2.0,2)

Project Modules

There are no modules declared in this project.

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

Versions

Version
2.0.1