bluebird-api icon indicating copy to clipboard operation
bluebird-api copied to clipboard

Produce a static methods version only

Open spion opened this issue 5 years ago • 2 comments

It would be useful to have the static method implementation that work with pure native promises without extending the base class. Afaik promises returned by async-await will always be plain vanilla ones, and remembering to wrap them all with Promise.resolve is a pain.

spion avatar Feb 13 '19 17:02 spion

Yeah, I totally agree it would be useful - PR welcome :)

benjamingr avatar Feb 14 '19 12:02 benjamingr

Yeah, I totally agree it would be useful - PR welcome :)

benjamingr avatar Feb 14 '19 12:02 benjamingr