@dmail/thenable
v2.0.0
Published
[](https://badge.fury.io/js/%40dmail%2Fthenable) [](http://travis-ci.org/dmail/thenable) [ => Promise.resolve(10),
(value) => Promise.resolve(value + 2),
(value) => value / 2,
)
promise.then((value) => {
console.log(value) // logs 6
})Check the API documentation
