Skip to main content
Version: Next

CustomEvaluationFunction

CustomEvaluationFunction

Function type for custom evaluation of feature flags. This function can be used to provide a custom evaluation context for the flag. It should return an object representing the entities to be evaluated.

Signature
type CustomEvaluationFunction<E> = () => MaybePromise<E>