]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: rename internal join path
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 14 Jun 2022 09:38:01 +0000 (11:38 +0200)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Thu, 30 Jun 2022 07:59:00 +0000 (09:59 +0200)
packages/router/src/index.ts

index 8624db20aebb407f753393098f3aad476879887f..d27753500f5085781dd6d10222c15fda1a1c858c 100644 (file)
@@ -67,7 +67,7 @@ export type {
   _ExtractFirstParamName,
   _RemoveRegexpFromParam,
   _RemoveUntilClosingPar,
-  _JoinPath as JoinPath,
+  _JoinPath,
   _ParamDelimiter,
   _ParamModifier,
 } from './types/paths'