Resolves a ValueProvider to its underlying value.
Handles all three ValueProvider forms: direct values, synchronous functions, and async functions, returning a Promise that resolves to the value.
The value, function, or async function to resolve
A Promise resolving to the provided value of type T
Resolves a ValueProvider to its underlying value.
Handles all three ValueProvider forms: direct values, synchronous functions, and async functions, returning a Promise that resolves to the value.