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 { Converter } from "../utils/converters"; export declare function getConverter(unit: string): Converter | undefined; export declare function getSupportedUnits(): string[];