fix(fs): add options argument for exists function closes #734 (#744)

closes #734
This commit is contained in:
Amr Bashir
2023-11-21 01:31:00 +02:00
committed by GitHub
parent eea3df56ef
commit 88d260d901
3 changed files with 8 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"fs-js": "patch"
---
Add second argument to `exists` function to specify base directory.