]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: Add z/Z to alphanumeric characters (#1998)
authorRyan McCahan <ryan@mccahan.net>
Tue, 26 Sep 2023 17:20:06 +0000 (11:20 -0600)
committerGitHub <noreply@github.com>
Tue, 26 Sep 2023 17:20:06 +0000 (19:20 +0200)
packages/router/src/types/utils.ts

index 843808c7243acfe2cc495f1a972bb9d979bd71ce..b5874a260fff059ef41dce378790a7de461082da 100644 (file)
@@ -64,6 +64,8 @@ export type _AlphaNumeric =
   | 'X'
   | 'y'
   | 'Y'
+  | 'z'
+  | 'Z'
   | '0'
   | '1'
   | '2'