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