summaryrefslogtreecommitdiff
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, 0 insertions, 3 deletions
diff --git a/node_modules/fs-extra/docs/pathExists-sync.md b/node_modules/fs-extra/docs/pathExists-sync.md
deleted file mode 100644
index 3ef973c..0000000
--- a/node_modules/fs-extra/docs/pathExists-sync.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# pathExistsSync(file)
-
-An alias for [`fs.existsSync()`](https://nodejs.org/api/fs.html#fs_fs_existssync_path), created for consistency with [`pathExists()`](pathExists.md).