@cloud-carbon-footprint/core
Version:
The core logic to get cloud usage data and estimate energy and carbon emissions.
9 lines • 503 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.NetworkingEstimator = void 0;
var NetworkingEstimator_1 = require("./NetworkingEstimator");
Object.defineProperty(exports, "NetworkingEstimator", { enumerable: true, get: function () { return __importDefault(NetworkingEstimator_1).default; } });
//# sourceMappingURL=index.js.map