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

This commit is contained in:
Amr Bashir
2021-05-30 21:59:46 +02:00
committed by GitHub
parent bd21f70fb4
commit 277f5ca5a8
2 changed files with 8 additions and 1 deletions

View File

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

View File

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