function fstat
fstat(fd: number,callback: (err: ErrnoException | null,stats: Stats,) => void,): voidDeprecated
fstat(fd: number,options: (StatOptions & { bigint?: false | undefined; }) | undefined,callback: (err: ErrnoException | null,stats: Stats,) => void,): voidDeprecated
options: (StatOptions & { bigint?: false | undefined; }) | undefinedcallback: (err: ErrnoException | null,stats: Stats,) => voidvoidfstat(fd: number,options: StatOptions & { bigint: true; },callback: (err: ErrnoException | null,stats: BigIntStats,) => void,): voidDeprecated
options: StatOptions & { bigint: true; }callback: (err: ErrnoException | null,stats: BigIntStats,) => voidvoidfstat(fd: number,options: StatOptions | undefined,callback: (err: ErrnoException | null,stats: Stats | BigIntStats,) => void,): voidDeprecated
options: StatOptions | undefinedcallback: (err: ErrnoException | null,stats: Stats | BigIntStats,) => voidvoid