Parcourir la source

feat(api): export `BaseDirectory` in `path` module (#1885)

Amr Bashir il y a 4 ans
Parent
commit
277f5ca5a8
2 fichiers modifiés avec 8 ajouts et 1 suppressions
  1. 6 0
      .changes/api-export-BaseDirectory.md
  2. 2 1
      tooling/api/src/path.ts

+ 6 - 0
.changes/api-export-BaseDirectory.md

@@ -0,0 +1,6 @@
+---
+"api": patch
+---
+
+Export `BaseDirectory` in `path` module
+

+ 2 - 1
tooling/api/src/path.ts

@@ -469,5 +469,6 @@ export {
   templateDir,
   videoDir,
   currentDir,
-  resolvePath
+  resolvePath,
+  BaseDirectory
 }