Skip to content

all

all<T>(first, …rest): Meaning<T>

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

Combine several conditions; all must hold.

Type Parameter Default type
T unknown
Parameter Type
first ConditionLike<T>
rest ConditionLike<T>[]

Meaning<T>