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
/
cjs
/
index.js
6 lines
(5 loc)
•
260 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Corona
=
void
0
;
var
Covid
_1 =
require
(
"./main/Covid"
);
Object
.
defineProperty
(
exports
,
"Corona"
, {
enumerable
:
true
,
get
:
function
(
) {
return
Covid
_1.
CoronaStats
; } });