ChemPal Documentation - v0.0.13-beta.5
    Preparing search index...

    Enumeration UOM

    Contains abbreviated forms of units of measurement

    export enum UOM {
    /** Abbreviated form of kilogram */
    KG = "kg",
    /** Abbreviated form of pound */
    LB = "lb",
    /** Abbreviated form of milliliter */
    ML = "ml",
    /** Abbreviated form of gram */
    G = "g",
    /** Abbreviated form of liter */
    L = "l",
    /** Abbreviated form of quart */
    QT = "qt",
    /** Abbreviated form of gallon */
    GAL = "gal",
    /** Abbreviated form of ounce */
    OZ = "oz",
    /** Abbreviated form of fluid ounce */
    FLOZ = "floz",
    /** Abbreviated form of milligram */
    MG = "mg",
    /** Abbreviated form of piece */
    PCS = "pcs",
    /** Abbreviated form of each */
    EA = "ea",
    }
    Index

    Enumeration Members

    Enumeration Members

    KG: "kg"

    Abbreviated form of kilogram

    LB: "lb"

    Abbreviated form of pound

    ML: "ml"

    Abbreviated form of milliliter

    G: "g"

    Abbreviated form of gram

    L: "l"

    Abbreviated form of liter

    QT: "qt"

    Abbreviated form of quart

    GAL: "gal"

    Abbreviated form of gallon

    OZ: "oz"

    Abbreviated form of ounce

    FLOZ: "floz"

    Abbreviated form of fluid ounce

    MG: "mg"

    Abbreviated form of milligram

    PCS: "pcs"

    Abbreviated form of piece

    EA: "ea"

    Abbreviated form of each