View Source
Custom function for computing file digests.
type FileDigestFunction<file> = (file: file) => Promise<string>;