UNPKG

units-converter-ts

Version:
5 lines (4 loc) 246 B
import { IMeasure } from '../types'; export type reactivePowerSystems = 'metric'; export type reactivePowerUnits = 'mVAR' | 'VAR' | 'kVAR' | 'MVAR' | 'GVAR'; export declare const reactivePower: IMeasure<reactivePowerSystems, reactivePowerUnits>;