• Asynchronous fsync(2) - synchronize a file's in-core state with the underlying storage device.

    Parameters

    • fd: number

      A file descriptor.

    Returns Promise<void>