init
This commit is contained in:
5
src/index.ts
Normal file
5
src/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { getPlayer } from "./api";
|
||||
|
||||
(async () => {
|
||||
console.log(await getPlayer('asldhasuhdbla'));
|
||||
})()
|
||||
Reference in New Issue
Block a user