⚠️ This is pre-release documentation for v3. For stable docs, visit v2.
Skip to content

@tmlmt/cooklang-parser / AndGroup

Type Alias: AndGroup<T>

AndGroup<T> = MaybeNestedAndGroup<T> | FlatAndGroup<T>

Represents any "and" group (flat or nested)

Type Parameters

T

T = QuantityWithUnitLike