mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-15 21:05:14 +08:00
5 lines
97 B
JavaScript
5 lines
97 B
JavaScript
const { getHiToKoTo } = require("../lib/Base");
|
|
|
|
getHiToKoTo().then(h => {
|
|
console.log(h);
|
|
}) |