Skip to content

resolveProperties<T>

Await all of the properties of a Deferrable object. A Deferrable object is an object that has properties that are either a Promise or a value.

Usage

Returns

Promise<T>

The object with all properties resolved (awaited).

Parameters

object: Deferrable<T>

The object to resolve properties on. A Deferrable object is an object that has properties that are either a Promise or a value