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