UNPKG

units-converter-ts

Version:
5 lines (4 loc) 208 B
import { IMeasure } from '../types'; export type currentSystems = 'metric'; export type currentUnits = 'stA' | 'mA' | 'A' | 'abA' | 'kA'; export declare const current: IMeasure<currentSystems, currentUnits>;