Skip to content

ConditionLike

ConditionLike<T> = string | ((subject) => boolean) | Meaning<T>

Defined in: src/expressions/condition.ts:53

Every condition position accepts the same three things: a natural-language proposition, an exact predicate, or a reusable meaning.

Type Parameter
T