UNPKG

@vim-crouwel/cfpc

Version:

TypeScript library for calculating CO2 emissions from food, energy, and transportation

10 lines (9 loc) 202 B
export type EnergyCO2PerKwh = { value: number; note: string; source: string; }; export type EnergyCategory = { ac_usage_per_m2_per_hour_kwh: number; co2_per_kwh: EnergyCO2PerKwh; };