Calls callback with the resolved value of object. In case object is a Promise, the result will also be a Promise, otherwise the result will be sync.
callback
object
Calls
callback
with the resolved value ofobject
. In caseobject
is a Promise, the result will also be a Promise, otherwise the result will be sync.