function fstatSync
Jump to headingfstatSync(fd: number,options?: StatOptions & { bigint?: false | undefined; },): StatsRetrieves the fs.Stats for the file descriptor.
See the POSIX fstat(2) documentation for more detail.
Parameters Jump to heading
Jump to headingfd: numberoptional
Jump to headingoptions: StatOptions & { bigint?: false | undefined; }Return Type Jump to heading
Jump to headingfstatSync(fd: number,options: StatOptions & { bigint: true; },): BigIntStatsParameters Jump to heading
Jump to headingfd: numberJump to headingoptions: StatOptions & { bigint: true; }Return Type Jump to heading
Jump to headingfstatSync(fd: number,options?: StatOptions,): Stats | BigIntStatsParameters Jump to heading
Jump to headingfd: numberoptional
Jump to headingoptions: StatOptions