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

@tmlmt/cooklang-parser / MaybeNestedAndGroup

Interface: MaybeNestedAndGroup<T>

Represents an "and" group of quantities that may contain nested groups (combinations with nested structure)

Type Parameters

T

T = QuantityWithUnitLike

Properties

and

and: (T | MaybeNestedGroup<T>)[]