UNPKG
@helllover/covid-stats
Version:
latest (1.0.0)
1.0.0
A simple module to get information about COVID-19
github.com/HellLover/covid-stats
@helllover/covid-stats
/
lib
/
esm
/
index.d.ts
3 lines
(2 loc)
•
144 B
TypeScript
View Raw
1
2
3
export
{
CoronaStats
as
Corona
}
from
"./main/Covid"
;
export
{
CountryInfo
,
CoronaGlobalStats
,
CoronaCountryStats
}
from
"./main/Interfaces"
;