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 226b966 commit 64fcba2Copy full SHA for 64fcba2
doc/api/fs.md
@@ -327,7 +327,7 @@ _Note: Specified file descriptors will not be closed automatically._
327
328
## fs.appendFileSync(file, data[, options])
329
330
-* `file` {String | Buffer}
+* `file` {String | Buffer | Number} filename or file descriptor
331
* `data` {String | Buffer}
332
* `options` {Object | String}
333
* `encoding` {String | Null} default = `'utf8'`
0 commit comments