Promise.any(Iterable<any>|Promise<Iterable<any>> input) -> Promise
Like Promise.some
, with 1 as count
. However, if the promise fulfills, the fulfillment value is not an array of 1 but the value directly.
© 2013–2018 Petka Antonov
Licensed under the MIT License.
http://bluebirdjs.com/docs/api/promise.any.html