carbon-footprint
Version:
Calculate your carbon footprint. Food, transport, purchases, fashion, electricity and digital activities like streaming.
12 lines (11 loc) • 414 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var MealType;
(function (MealType) {
MealType["highMeat"] = "highMeat";
MealType["mediumMeat"] = "mediumMeat";
MealType["lowMeat"] = "lowMeat";
MealType["pescetarian"] = "pescetarian";
MealType["vegetarian"] = "vegetarian";
MealType["vegan"] = "vegan";
})(MealType = exports.MealType || (exports.MealType = {}));