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
/
parsers.d.ts
5 lines
(4 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
export
type
QuantityParser
=
(
value
?:
string
|
number
|
null
) =>
number
|
null
|
undefined
;
export
declare
const
QuantityParsers
: { [
name
:
string
]:
QuantityParser
; };