LotteryAutoScript/test/getDyid.js

6 lines
130 B
JavaScript

const { getDyid } = require("../lib/MyStorage");
(async () => {
let alldyid = await getDyid();
console.log(alldyid);
})()