digestFile: (path: string, throwOnError?: boolean) => Promise<Buffer> = XxHash128Stream.digestFile
Type Declaration
- (path: string, throwOnError?: boolean): Promise<Buffer>
Parameters
- path: string
OptionalthrowOnError: boolean
Returns Promise<Buffer>
Read a file and return its 128-bit content hash.