carbon-footprint
Version:
Calculate your carbon footprint. Food, transport, purchases, fashion, electricity and digital activities like streaming.
10 lines (9 loc) • 387 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var StreamingType;
(function (StreamingType) {
StreamingType["HDVideo"] = "HDVideo";
StreamingType["fullHDVideo"] = "fullHDVideo";
StreamingType["ultraHDVideo"] = "ultraHDVideo";
StreamingType["audioMP3"] = "audioMP3";
})(StreamingType = exports.StreamingType || (exports.StreamingType = {}));