parse-ingredient - v1.2.1
    Preparing search index...

    Interface UnitOfMeasure

    Unit of measure properties.

    interface UnitOfMeasure {
        alternates: string[];
        plural: string;
        short: string;
    }
    Index

    Properties

    alternates: string[]

    List of all known alternate spellings, abbreviations, etc.

    plural: string

    Full name of the unit used when quantity is greater than one.

    short: string

    Abbreviation or short name for the unit.