UNPKG

units-converter-ts

Version:
5 lines (4 loc) 256 B
import { IMeasure } from '../types'; export type reactiveEnergySystems = 'metric'; export type reactiveEnergyUnits = 'mVARh' | 'VARh' | 'kVARh' | 'MVARh' | 'GVARh'; export declare const reactiveEnergy: IMeasure<reactiveEnergySystems, reactiveEnergyUnits>;