feat: more ui, looping
This commit is contained in:
3
src/utils.ts
Normal file
3
src/utils.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function isPosInt(maybePosInt: number): boolean {
|
||||
return (maybePosInt | 0) === maybePosInt && maybePosInt > 0;
|
||||
}
|
||||
Reference in New Issue
Block a user