torque-pro-assistant - v1.0.0
    Preparing search index...

    A numeric value paired with its display unit. Used by both the Metric primitive (separate value / unit slots) and the formatX string helpers (which concatenate).

    interface UnitConverted {
        unit: string;
        value: number;
    }
    Index

    Properties

    Properties

    unit: string
    value: number