Variable UnitSystemConst

UnitSystem: {
    En: "EN";
    Si: "SI";
} = ...

Unit System desired in response. Can be SI (International Scientific) or EN (Imperial.) If unspecified, defaults to SI.

Type declaration

  • Readonly En: "EN"
  • Readonly Si: "SI"

Export