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 committed Mar 26, 2018
1 parent 9396b77 commit eac4c65
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 @@ -528,6 +528,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 eac4c65

Please sign in to comment.