# fs.stat.options

options for fstat, fstatSync, lstat, lstatSync, stat, and statSync methods

Availability
8.3.0
8.3.0
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# bigint

Availability
8.3.0
8.3.0
9.2.0
bigint :Boolean

Whether the numeric values in the returned fs.Stats object should be bigint.

Default: false