Search
Loading...
Skip to content

Type Alias: FeaturePredicate

type FeaturePredicate = boolean | (context) => boolean;

The feature predicate is used to enable or disable a feature based on the boolean or the return value of the function.