aboutsummaryrefslogtreecommitdiffstats
path: root/apps/kit/src/params
diff options
context:
space:
mode:
Diffstat (limited to 'apps/kit/src/params')
-rw-r--r--apps/kit/src/params/guid.ts5
-rw-r--r--apps/kit/src/params/integer.ts3
2 files changed, 0 insertions, 8 deletions
diff --git a/apps/kit/src/params/guid.ts b/apps/kit/src/params/guid.ts
deleted file mode 100644
index d8f7231..0000000
--- a/apps/kit/src/params/guid.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import {is_guid} from "$lib/helpers";
-
-export function match(param: string): boolean {
- return is_guid(param);
-} \ No newline at end of file
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