Skip to content

value-provider

Contains utility types and functions for handling value providers, which can be either direct values or functions that return values.

FunctionDescription
resolveValueResolves a value from a value provider, which can be either a direct value or a function that returns a value.
TypeDescription
ValueProviderValue provider that can either be a direct value of type Value or a function that returns a value of type Value.