Saxonberg Server API
    Preparing search index...

    Type Alias Unit

    Unit:
        | "kg"
        | "g"
        | "m"
        | "km"
        | "cm"
        | "mm"
        | "m³"
        | "mL"
        | "cup"
        | "s"
        | "ms"
        | "K"
        | "lux"
        | "lumen"
        | "dB"
        | "Hz"
        | "mol"
        | "g/mol"
        | "mol/L"
        | "kg/m³"
        | "ppm"
        | "mg"
        | "g/dL"
        | "Pa"
        | "N"
        | "J"
        | "W"
        | "W/(m·K)"
        | "J/(kg·K)"
        | "clo"
        | "m/s"
        | "%"
        | "bpm"
        | "mmHg"
        | "L"
        | "m/s²"
        | "degrees"

    The full v1 unit catalog. Mass, length, time, temperature, light, sound, chemistry, pressure/force/energy/power. Sound-side units (dB, Hz) are declared here so the type union doesn't churn when sound lands; their math / tag-tables register at that point.