UNPKG

units-converter-ts

Version:
5 lines (4 loc) 196 B
import { IMeasure } from '../types'; export type forceSystems = 'metric' | 'imperial'; export type forceUnits = 'N' | 'kN' | 'lbf'; export declare const force: IMeasure<forceSystems, forceUnits>;