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
/
esm
/
index.d.ts
8 lines
(7 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Web Carbon Analyzer * A tool to measure the carbon footprint of websites using CO2.js * * This is a barrel file that re-exports the public API */
export
*
from
'./lib'
;