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
1 parent 9ce72b2 commit 7bfe4a5Copy full SHA for 7bfe4a5
lib/index.js
@@ -7,10 +7,11 @@
7
* @typedef {BufferEncoding|{encoding?: null|BufferEncoding, flag?: string}} ReadOptions
8
* @typedef {BufferEncoding|{encoding?: null|BufferEncoding, mode: Mode?, flag?: string}} WriteOptions
9
*
10
- * @typedef {URL|Value} Path Path of the file.
+ * @typedef {URL|Value} Path
11
+ * Path of the file.
12
* Note: `Value` is used here because it’s a smarter `Buffer`
- * @typedef {Path|Options|VFile} Compatible Things that can be
13
- * passed to the function.
+ * @typedef {Path|Options|VFile} Compatible
14
+ * Things that can be passed to the function.
15
*/
16
17
/**
0 commit comments