From 4928672c35716dd2da9a35480ec5b975fb0d16eb Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Sun, 25 Mar 2018 04:03:11 +0300 Subject: [PATCH] doc: add missing fs.Stats.size section --- doc/api/fs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/api/fs.md b/doc/api/fs.md index d1eb765aad078b..71f1c35e93361f 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -507,6 +507,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}