UNPKG

@cloud-carbon-footprint/gcp

Version:

The core logic to get cloud usage data and estimate energy and carbon emissions from Google Cloud Platform.

7 lines 595 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GCP_CLOUD_CONSTANTS = exports.getGCPEmissionsFactors = void 0; var GcpFootprintEstimationConstants_1 = require("./GcpFootprintEstimationConstants"); Object.defineProperty(exports, "getGCPEmissionsFactors", { enumerable: true, get: function () { return GcpFootprintEstimationConstants_1.getGCPEmissionsFactors; } }); Object.defineProperty(exports, "GCP_CLOUD_CONSTANTS", { enumerable: true, get: function () { return GcpFootprintEstimationConstants_1.GCP_CLOUD_CONSTANTS; } }); //# sourceMappingURL=index.js.map