fstatSync
Call Signature
Section titled “Call Signature”fstatSync(
this,fd,options?):Stats
Defined in: src/node/sync.ts:245
Synchronous fstat.
fstat() is identical to stat(), except that the file to be stat-ed is
specified by the file descriptor fd.
Parameters
Section titled “Parameters”unknown
number
options?
Section titled “options?”bigint?
Section titled “bigint?”boolean
Returns
Section titled “Returns”Call Signature
Section titled “Call Signature”fstatSync(
this,fd,options):BigIntStats
Defined in: src/node/sync.ts:246
Synchronous fstat.
fstat() is identical to stat(), except that the file to be stat-ed is
specified by the file descriptor fd.
Parameters
Section titled “Parameters”unknown
number
options
Section titled “options”bigint
Section titled “bigint”true
Returns
Section titled “Returns”BigIntStats