Parcourir la source

change to jsdoc

yohei0125 il y a 4 ans
Parent
commit
fc1cdf20aa
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/core/src/utils/page-path-utils.ts

+ 1 - 1
packages/core/src/utils/page-path-utils.ts

@@ -275,7 +275,7 @@ export const hasSlash = (str: string): boolean => {
   return str.includes('/');
 };
 
-/*
+/**
  * Generate RegExp instance for one level lower path
  */
 export const generateChildrenRegExp = (path: string): RegExp => {