Skip to content

fstatSync

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.

unknown

number

boolean

Stats

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.

unknown

number

true

BigIntStats