UNPKG

@cloud-carbon-footprint/core

Version:

The core logic to get cloud usage data and estimate energy and carbon emissions.

7 lines (5 loc) 172 B
/* * © 2021 Thoughtworks, Inc. */ export { default as NetworkingEstimator } from './NetworkingEstimator' export { default as NetworkingUsage } from './NetworkingUsage'