fast-fs-hash - v0.0.0-rc4
    Preparing search index...

    Variable filesEqualConst

    filesEqual: (pathA: string, pathB: string) => Promise<boolean> = binding.filesEqual

    Compare two files for byte-equality asynchronously on a pool thread. Returns false if either file cannot be opened/read or if sizes differ.

    Type Declaration

      • (pathA: string, pathB: string): Promise<boolean>
      • Parameters

        • pathA: string

          First file path.

        • pathB: string

          Second file path.

        Returns Promise<boolean>