UNPKG

measure-x

Version:

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

3 lines (2 loc) • 106 B
import { LengthUnit } from "./types"; export declare const LENGTH_CONVERSION: Record<LengthUnit, number>;