arrow-up-right
Returns a promise from a node-style callback function.
asPromise(fn: function, ctx: Object, ...params: *): Promise<*> Returns a promise from a node-style callback function.
function
Object
*
Promise<*>
License: BSD 3-Clause Licensearrow-up-right
Last updated 2 years ago