UNPKG

measure-x

Version:

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

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