fstatSync

external fun fstatSync(fd: Number, options: FstatSyncOptions = definedExternally): Stats(source)

Retrieves the fs.Stats for the file descriptor.

See the POSIX fstat(2) documentation for more detail.

Since

v0.1.95


external fun fstatSync(fd: Number, options: StatOptions = definedExternally): Any(source)
external fun fstatSync(fd: Number): Stats(source)