UNPKG

convert

Version:

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

13 lines (12 loc) 283 B
import { MeasureKind } from "../conversions/types.cjs"; export declare const conversions: Map<MeasureKind, { kind: MeasureKind; best: { metric: string[]; imperial: string[]; }; units: { names: string[]; symbols: string[]; }[]; }>;