Skip to content

Commit

Permalink
Refactor code-style
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 11, 2022
1 parent 9ce72b2 commit 7bfe4a5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
* @typedef {BufferEncoding|{encoding?: null|BufferEncoding, flag?: string}} ReadOptions
* @typedef {BufferEncoding|{encoding?: null|BufferEncoding, mode: Mode?, flag?: string}} WriteOptions
*
* @typedef {URL|Value} Path Path of the file.
* @typedef {URL|Value} Path
* Path of the file.
* Note: `Value` is used here because it’s a smarter `Buffer`
* @typedef {Path|Options|VFile} Compatible Things that can be
* passed to the function.
* @typedef {Path|Options|VFile} Compatible
* Things that can be passed to the function.
*/

/**
Expand Down

0 comments on commit 7bfe4a5

Please sign in to comment.