Value that can be:
a plain value - i.e., neither a Promise nor a function
Promise
a Promise, that will be awaited to retrieve the value
await
a function, that will be called to retrieve one of the above values - still awaiting the Promise
Value that can be:
a plain value - i.e., neither a
Promise
nor a functiona
Promise
, that will beawait
ed to retrieve the valuea function, that will be called to retrieve one of the above values - still
await
ing the Promise