Kinda working lobbies WIP

This commit is contained in:
2025-09-03 21:07:13 +02:00
parent d32eee314f
commit 81ad47960a
7 changed files with 110 additions and 16 deletions

3
src/params/number.ts Normal file
View File

@@ -0,0 +1,3 @@
export function match(value) {
return /^\d*$/.test(value);
}