UNPKG
hoyocheckin
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
A simple package for HoYoLAB check-ins
hoyocheckin
/
index.js
7 lines
(5 loc)
•
98 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
{ checkIn,
HoyoGame
} =
require
(
'./check-in'
);
module
.
exports
= { checkIn,
HoyoGame
};