Skip to content

Commit

Permalink
doc: add missing fs.Stats.size section
Browse files Browse the repository at this point in the history
PR-URL: #19583
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
  • Loading branch information
vsemozhetbyt authored and targos committed Mar 27, 2018
1 parent 8653c42 commit 5a2f336
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,12 @@ The numeric group identifier of the group that owns the file (POSIX).

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

### stats.size

* Value: {number}

The size of the file in bytes.

### stats.blksize

* Value: {number}
Expand Down

0 comments on commit 5a2f336

Please sign in to comment.