• Invokes the callback with the fs.Stats for the file descriptor.

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

    Parameters

    • fd: number
    • callback: ((err, stats) => void)

    Returns void

    Since

    v0.1.95

  • Parameters

    • fd: number
    • options: undefined | StatOptions & {
          bigint?: false;
      }
    • callback: ((err, stats) => void)

    Returns void

  • Parameters

    Returns void

  • Parameters

    Returns void

Generated using TypeDoc