@haxall/haxall
    Preparing search index...

    Function fstatSync

    • Retrieves the fs.Stats for the file descriptor.

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

      Parameters

      • fd: number
      • Optionaloptions: StatOptions & { bigint?: false }

      Returns Stats

      v0.1.95

    • Retrieves the fs.Stats for the file descriptor.

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

      Parameters

      Returns BigIntStats

      v0.1.95

    • Retrieves the fs.Stats for the file descriptor.

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

      Parameters

      Returns Stats | BigIntStats

      v0.1.95