type Evaluable<T> = T | (() => T)
Represents a value that can either be a direct scalar or a synchronous supplier function.
Represents a value that can either be a direct scalar or a synchronous supplier function.