node-fs-extra/docs/pathExists-sync.md
2017-04-26 10:04:07 -04:00

4 lines
174 B
Markdown

# pathExistsSync(file)
An alias for [`fs.existsSync()`](https://nodejs.org/api/fs.html#fs_fs_existssync_path), created for consistency with [`pathExists()`](pathExists.md).