summaryrefslogtreecommitdiff
path: root/alarm/node_modules/matchit/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'alarm/node_modules/matchit/index.d.ts')
-rw-r--r--alarm/node_modules/matchit/index.d.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/alarm/node_modules/matchit/index.d.ts b/alarm/node_modules/matchit/index.d.ts
deleted file mode 100644
index fb6c0dd..0000000
--- a/alarm/node_modules/matchit/index.d.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-export interface Segment {
- old: string;
- type: number;
- val: string;
-}
-
-export type Route = Segment[];
-
-export function exec(url: string, match: Route): Record<string, string>;
-export function match(path: string, routes: Route[]): Route;
-export function parse(path: string): Route;