From 5a2f336994325133697c470c55389d0561c16f13 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 PR-URL: https://github.com/nodejs/node/pull/19583 Reviewed-By: Trivikram Kamat Reviewed-By: Shingo Inoue --- doc/api/fs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/api/fs.md b/doc/api/fs.md index 1e4be39be9dd96..7944f91dafb1b1 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -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}