UNPKG

@cloud-carbon-footprint/gcp

Version:

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

4 lines (3 loc) 256 B
import { CloudConstantsByProvider, CloudConstantsEmissionsFactors } from '@cloud-carbon-footprint/core'; export declare const GCP_CLOUD_CONSTANTS: CloudConstantsByProvider; export declare const getGCPEmissionsFactors: () => CloudConstantsEmissionsFactors;