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

@tmlmt/cooklang-parser / FractionValue

Interface: FractionValue

Represents a quantity described by a fraction, e.g. "1/2"

Properties

den

den: number

The denominator of the fraction


num

num: number

The numerator of the fraction


type

type: "fraction"