UNPKG

measure-x

Version:

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

3 lines (2 loc) • 105 B
import { WeightUnit } from "./type"; export declare const WEIGHT_CONVERSION: Record<WeightUnit, number>;