Skip to content

Commit 7bfe4a5

Browse files
committedJun 11, 2022
Refactor code-style
1 parent 9ce72b2 commit 7bfe4a5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎lib/index.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
* @typedef {BufferEncoding|{encoding?: null|BufferEncoding, flag?: string}} ReadOptions
88
* @typedef {BufferEncoding|{encoding?: null|BufferEncoding, mode: Mode?, flag?: string}} WriteOptions
99
*
10-
* @typedef {URL|Value} Path Path of the file.
10+
* @typedef {URL|Value} Path
11+
* Path of the file.
1112
* 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.
13+
* @typedef {Path|Options|VFile} Compatible
14+
* Things that can be passed to the function.
1415
*/
1516

1617
/**

0 commit comments

Comments
 (0)
Please sign in to comment.