Class: fs.Stats
Objects returned from fs.stat(), fs.lstat() and fs.fstat() and their synchronous counterparts are of this type.
stats.isFile() stats.isDirectory() stats.isBlockDevice() stats.isCharacterDevice()
stats.isSymbolicLink() (only valid with fs.lstat()) stats.isFIFO() stats.isSocket()
For a regular file util.inspect(stats) would return a string very similar to this:
{
dev: 2114,
ino: 48064969,
mode: 33188,
nlink: 1,
uid: 85,
gid: 100,
rdev: 0,
size: 527,
blksize: