This commit is contained in:
Flummi
2022-01-02 14:38:04 +01:00
parent 0a983b140e
commit 6d185bd52f
4 changed files with 12 additions and 2 deletions

8
debug/test.mjs Normal file
View File

@ -0,0 +1,8 @@
import f0cklib from "../src/inc/routes/inc/f0cklib.mjs";
console.log(
await f0cklib.getRandom({
user: '',
fav: true
})
);