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"