We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unifiedjs
Learn more about funding links in repositories.
Report abuse
Buffer
1 parent e6fcd3e commit c3b41e3Copy full SHA for c3b41e3
lib/index.js
@@ -7,8 +7,9 @@
7
* @typedef {BufferEncoding|{encoding?: null|BufferEncoding, flag?: string}} ReadOptions
8
* @typedef {BufferEncoding|{encoding?: null|BufferEncoding, mode: Mode?, flag?: string}} WriteOptions
9
*
10
- * @typedef {string|Uint8Array} Path Path of the file.
11
- * @typedef {Path|URL|Options|VFile} Compatible Things that can be
+ * @typedef {URL|Value} Path Path of the file.
+ * Note: `Value` is used here because it’s a smarter `Buffer`
12
+ * @typedef {Path|Options|VFile} Compatible Things that can be
13
* passed to the function.
14
*/
15
0 commit comments