UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

4 lines (3 loc) 214 B
import type { UIntQuantity } from '../../dt/index.js'; import { type Unit } from './units.js'; export declare function fmt(value: number, unit?: Unit | undefined, decimalsCount?: UIntQuantity | undefined): string;