UNPKG

ng-units

Version:

Angular component library for units of measurement.

5 lines (4 loc) 148 B
export type QuantityFormatter = (value: number) => string; export declare const QuantityFormatters: { [name: string]: QuantityFormatter; };