UNPKG

measure-x

Version:

A lightweight and efficient **conversion utility** that supports various **number system conversions**, unit conversions, and more. 🚀

4 lines (3 loc) • 179 B
import { getSupportedUnits } from "./converters"; export declare function convert(value: number, fromUnit: string, toUnit: string): number | string; export { getSupportedUnits };