Skip to content

UOM_PACKAGE

const UOM_PACKAGE: IEnginePackage;

Defined in: packages/engine/src/packages/uom/UomPackage.ts:35

Units of measurement: 10 km, 10 km to miles, convert 10 km to miles, cm to ? (conversion-possibilities query). See CURRENCY_PACKAGE for money, which is a separate package.

Also cooking/baking mass<->volume conversion (e.g. “300g butter in cups”, “10 cups olive oil in grams”). See parselets/CookingConversionParselet.ts, normalizer/IngredientNameNormalizerRule.ts, and data/IngredientDensities.ts (the bundled, clearly-labeled-approximate ingredient-density table and its scope/accuracy doc comment) for the full design, including why US Customary is the only volume-unit convention supported so far.