UNPKG

@cloud-carbon-footprint/core

Version:

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

8 lines (6 loc) 229 B
/* * © 2021 Thoughtworks, Inc. */ export { StorageEstimator } from './StorageEstimator' export { default as StorageUsage } from './StorageUsage' export { default as StorageService, HDDStorageService } from './StorageService'