Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78911e7 commit df6553dCopy full SHA for df6553d
1 file changed
doc/api/fs.md
@@ -1570,9 +1570,9 @@ changes:
1570
Synchronous version of [`fs.exists()`][].
1571
Returns `true` if the path exists, `false` otherwise.
1572
1573
-`fs.exists()` is deprecated, but `fs.existsSync()` is not. (The `callback`
+`fs.exists()` is deprecated, but `fs.existsSync()` is not. The `callback`
1574
parameter to `fs.exists()` accepts parameters that are inconsistent with other
1575
-Node.js callbacks. `fs.existsSync()` does not use a callback.)
+Node.js callbacks. `fs.existsSync()` does not use a callback.
1576
1577
## fs.fchmod(fd, mode, callback)
1578
<!-- YAML
0 commit comments