carbon-footprint
Version:
Calculate your carbon footprint. Food, transport, purchases, fashion, electricity and digital activities like streaming.
13 lines (12 loc) • 445 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var FashionType;
(function (FashionType) {
FashionType["shirt"] = "shirt";
FashionType["tshirt"] = "tshirt";
FashionType["jeans"] = "jeans";
FashionType["sweater"] = "sweater";
FashionType["coat"] = "coat";
FashionType["dress"] = "dress";
FashionType["shoes"] = "shoes";
})(FashionType = exports.FashionType || (exports.FashionType = {}));