Variable digestFilesSequentialConst
digestFilesSequential: (
paths: readonly string[],
throwOnError?: boolean,
) => Promise<Buffer> = XxHash128Stream.digestFilesSequential
Type Declaration
- (paths: readonly string[], throwOnError?: boolean): Promise<Buffer>
Parameters
- paths: readonly string[]
OptionalthrowOnError: boolean
Returns Promise<Buffer>
Read multiple files sequentially and return the aggregate 128-bit digest.