소스 검색

change to jsdoc

yohei0125 4 년 전
부모
커밋
fc1cdf20aa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 => {