UNPKG
@pierrad/web-carbon-analyzer
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
A tool to measure the carbon footprint of websites using CO2.js
@pierrad/web-carbon-analyzer
/
dist
/
lib
/
index.d.ts
7 lines
(6 loc)
•
177 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Web Carbon Analyzer * A tool to measure the carbon footprint of websites using CO2.js */
export
{
CarbonFootprintAnalyzer
}
from
'./analyzer'
;
export
*
from
'./types'
;