UNPKG

measure-x

Version:

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

13 lines (12 loc) • 175 B
export type TimeUnit = | "Millisecond" | "Microsecond" | "Nanosecond" | "Picosecond" | "Second" | "Minute" | "Hour" | "Day" | "Week" | "Month" | "Year";