UNPKG
ng-units
Version:
latest (16.0.2)
16.0.2
16.0.1
16.0.0
15.0.0
12.2.0
12.1.0
12.0.0
11.0.0
10.1.0
10.0.0-beta.1
2.0.1
2.0.0-beta.2
2.0.0-beta.1
1.0.0
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.0
Angular component library for units of measurement.
github.com/hansmaad/ng-units
hansmaad/ng-units
ng-units
/
lib
/
formatters.d.ts
5 lines
(4 loc)
•
148 B
TypeScript
View Raw
1
2
3
4
5
export
type
QuantityFormatter
=
(
value
:
number
) =>
string
;
export
declare
const
QuantityFormatters
: { [
name
:
string
]:
QuantityFormatter
; };