UNPKG

@cloud-carbon-footprint/gcp

Version:

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

8 lines (6 loc) 234 B
/* * © 2021 Thoughtworks, Inc. */ export { default as ComputeEngine } from './ComputeEngine' export { default as BillingExportTable } from './BillingExportTable' export { default as Recommendations } from '../lib/Recommendations'