resolvePromise.Rd
Resolve a Promise
resolvePromise(object, ...) # S3 method for default resolvePromise(object, ...)
(ANY) an object to resolve.
ANY
(ANY) additional arguments.
If object is not a promise will just return itself else will resolve the promise and return the promised object.
object