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

    Variable digestFilesSequentialConst

    digestFilesSequential: (
        paths: readonly string[],
        throwOnError?: boolean,
    ) => Promise<Buffer> = XxHash128Stream.digestFilesSequential

    Read multiple files sequentially and return the aggregate 128-bit digest.

    Type Declaration

      • (paths: readonly string[], throwOnError?: boolean): Promise<Buffer>
      • Parameters

        • paths: readonly string[]

          Array of file paths.

        • OptionalthrowOnError: boolean

          If false, skips unreadable files. Default true.

        Returns Promise<Buffer>