UNPKG

convert

Version:

The smallest & fastest library for really easy, totally type-safe unit conversions in TypeScript & JavaScript

14 lines (13 loc) 433 B
export { type BestKind, MeasureKind } from "./conversions/types.js"; import type { MeasureKind } from "./conversions/types.js"; declare const readonlyConversions: ReadonlyMap<MeasureKind, { best: { metric: readonly string[]; imperial: readonly string[]; }; units: readonly { names: readonly string[]; symbols: readonly string[]; }[]; }>; export { readonlyConversions as conversions };