Shun Miyazawa 4 yıl önce
ebeveyn
işleme
c6f96e3932
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  1. 7 0
      packages/core/src/utils/path-utils.js

+ 7 - 0
packages/core/src/utils/path-utils.js

@@ -107,6 +107,13 @@ export function normalizePath(path) {
   return `/${match[3]}`;
 }
 
+
+/**
+ *
+ * @param {string} path
+ * @returns {string}
+ * @memberof pathUtils
+ */
 export function attachTitleHeader(path) {
   return `# ${path}`;
 }