UNPKG

unitformat

Version:

The RAW simple and flexible unit formatter

7 lines (3 loc) 152 B
declare module 'UnitFormat'; export function UnitFormat(num: number, baseUnit: string, prefixes: string, base: number): string; export = UnitFormat;