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
/
quantities
/
temperature.d.ts
9 lines
(8 loc)
•
164 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
const
temperature
: {
name
:
string
;
units
: {
K
:
number
[];
'\u00B0C'
:
number
[];
'\u00B0F'
:
number
[]; }; };