uom-types - v0.0.0-development
    Preparing search index...

    Type Alias PowUnitSubvalues<B, E>

    PowUnitSubvalues: ExcludeUnitZeroSubvalues<
        { [S in keyof B]: MultiplyExponents<GetExponent<B, S>, E> },
    >

    Put each subvalue of a unit to the power of an exponent.

    Type Parameters