Explorar el Código

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

Amr Bashir hace 4 años
padre
commit
277f5ca5a8
Se han modificado 2 ficheros con 8 adiciones y 1 borrados
  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
 }