Variable digestFilesParallelConst
digestFilesParallel: (
paths: readonly string[],
concurrency?: number,
throwOnError?: boolean,
) => Promise<Buffer> = XxHash128Stream.digestFilesParallel
Type Declaration
- (
paths: readonly string[],
concurrency?: number,
throwOnError?: boolean,
): Promise<Buffer> Parameters
- paths: readonly string[]
Optionalconcurrency: numberOptionalthrowOnError: boolean
Returns Promise<Buffer>
Read multiple files in parallel and return the aggregate 128-bit digest.