UNPKG

@cloud-carbon-footprint/gcp

Version:

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

9 lines 458 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.GCPAccount = void 0; var GCPAccount_1 = require("./GCPAccount"); Object.defineProperty(exports, "GCPAccount", { enumerable: true, get: function () { return __importDefault(GCPAccount_1).default; } }); //# sourceMappingURL=index.js.map