aboutsummaryrefslogtreecommitdiff
path: root/node_modules/fs-extra/docs/pathExists-sync.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/fs-extra/docs/pathExists-sync.md')
-rw-r--r--node_modules/fs-extra/docs/pathExists-sync.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/node_modules/fs-extra/docs/pathExists-sync.md b/node_modules/fs-extra/docs/pathExists-sync.md
new file mode 100644
index 0000000..3ef973c
--- /dev/null
+++ b/node_modules/fs-extra/docs/pathExists-sync.md
@@ -0,0 +1,3 @@
+# pathExistsSync(file)
+
+An alias for [`fs.existsSync()`](https://nodejs.org/api/fs.html#fs_fs_existssync_path), created for consistency with [`pathExists()`](pathExists.md).