UNPKG

@vim-crouwel/cfpc

Version:

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

7 lines (6 loc) 348 B
import type { TransportationCategory } from "../types/transportation"; import type { EnergyCategory } from "../types/energy"; import type { FoodCategory } from "../types/food"; export declare function getTransportation(): TransportationCategory; export declare function getEnergy(): EnergyCategory; export declare function getFood(): FoodCategory;