UNPKG
@vim-crouwel/cfpc
Version:
latest (1.0.1)
1.0.1
1.0.0
TypeScript library for calculating CO2 emissions from food, energy, and transportation
@vim-crouwel/cfpc
/
dist
/
types
/
energy.d.ts
10 lines
(9 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
type
EnergyCO2PerKwh
= {
value
:
number
;
note
:
string
;
source
:
string
; };
export
type
EnergyCategory
= {
ac_usage_per_m2_per_hour_kwh
:
number
;
co2_per_kwh
:
EnergyCO2PerKwh
; };