# Functions
DefaultLookup is the default lookup function used by [Resolve].
No description provided by the author
Resolve resolves variable references in the given input value using the provided lookup function.
# Variables
ErrSkipResolution is returned by a lookup function to indicate that the resolution of a variable reference should be skipped.
# Type aliases
Lookup is the type of lookup functions that can be used with [Resolve].