aboutsummaryrefslogtreecommitdiffstats
path: root/apps/kit/src/params/integer.ts
diff options
context:
space:
mode:
Diffstat (limited to 'apps/kit/src/params/integer.ts')
-rw-r--r--apps/kit/src/params/integer.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/kit/src/params/integer.ts b/apps/kit/src/params/integer.ts
deleted file mode 100644
index 6e36cd8..0000000
--- a/apps/kit/src/params/integer.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-export function match(param: string): boolean {
- return /^\d+$/.test(param);
-} \ No newline at end of file