UNPKG

ng-units

Version:

Angular component library for units of measurement.

5 lines (4 loc) 175 B
export type QuantityParser = (value?: string | number | null) => number | null | undefined; export declare const QuantityParsers: { [name: string]: QuantityParser; };