We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 711e90d commit 5f56927Copy full SHA for 5f56927
wss/src/utils.ts
@@ -1,6 +1,3 @@
1
-import dotenv from "dotenv";
2
-dotenv.config();
3
-
4
export function RandomInt(min:number, max:number):number{
5
return Math.floor(Math.random() * (max - min)) + min;
6
}
0 commit comments