carbon-footprint
Version:
Calculate your carbon footprint. Food, transport, purchases, fashion, electricity and digital activities like streaming.
16 lines (15 loc) • 658 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var PurchaseType;
(function (PurchaseType) {
PurchaseType["smartphone"] = "smartphone";
PurchaseType["tablet"] = "tablet";
PurchaseType["computer"] = "computer";
PurchaseType["laptop"] = "laptop";
PurchaseType["tv"] = "tv";
PurchaseType["fossilFuelCar"] = "fossilFuelCar";
PurchaseType["hybridCar"] = "hybridCar";
PurchaseType["eletricCar"] = "eletricCar";
PurchaseType["cryptoCurrencyPoW"] = "cryptoCurrencyPoW";
PurchaseType["singleEditionNFT"] = "singleEditionNFT";
})(PurchaseType = exports.PurchaseType || (exports.PurchaseType = {}));