UNPKG

carbon-footprint

Version:

Calculate your carbon footprint. Food, transport, purchases, fashion, electricity and digital activities like streaming.

4 lines (3 loc) 219 B
import { ElectricityType } from '../'; declare const getInternetUsageCarbonImpact: (duration: number, dataWeight: number, carbonElectricityIntensity: ElectricityType) => number; export { getInternetUsageCarbonImpact };