function fstatSync
#fstatSync(fd: number,options?: StatOptions & { bigint?: false | undefined; },): Stats#fstatSync(fd: number,options: StatOptions & { bigint: true; },): BigIntStatsParameters #
#fd: number#options: StatOptions & { bigint: true; }Return Type #
#fstatSync(fd: number,options?: StatOptions,): Stats | BigIntStatsParameters #
#fd: numberoptional
#options: StatOptions