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 5bae8b9 commit e5cdfb0Copy full SHA for e5cdfb0
doc/changelogs/CHANGELOG_V10.md
@@ -60,7 +60,7 @@
60
* The methods `fs.read`, `fs.readSync`, `fs.write`, `fs.writeSync`,
61
`fs.writeFile` and `fs.writeFileSync` now all accept `TypedArray` and
62
`DataView` objects. [#22150](https://github.com/nodejs/node/pull/22150)
63
- * A new boolean option, `withFileTypes`, can be passed to to `fs.readdir` and
+ * A new boolean option, `withFileTypes`, can be passed to `fs.readdir` and
64
`fs.readdirSync`. If set to true, the methods return an array of directory
65
entries. These are objects that can be used to determine the type of each
66
entry and filter them based on that without calling `fs.stat`. [#22020](https://github.com/nodejs/node/pull/22020)
0 commit comments