Kinda working lobbies WIP
This commit is contained in:
3
src/params/number.ts
Normal file
3
src/params/number.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function match(value) {
|
||||
return /^\d*$/.test(value);
|
||||
}
|
||||
Reference in New Issue
Block a user