Skip to content

Commit 5a2f336

Browse files
vsemozhetbyttargos
authored andcommitted
doc: add missing fs.Stats.size section
PR-URL: #19583 Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Shingo Inoue <[email protected]>
1 parent 8653c42 commit 5a2f336

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/api/fs.md

+6
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,12 @@ The numeric group identifier of the group that owns the file (POSIX).
529529

530530
A numeric device identifier if the file is considered "special".
531531

532+
### stats.size
533+
534+
* Value: {number}
535+
536+
The size of the file in bytes.
537+
532538
### stats.blksize
533539

534540
* Value: {number}

0 commit comments

Comments
 (0)