UNPKG

file-hasher

Version:

Node.js library for generating file hashes

3 lines (2 loc) 177 B
declare function hashFile(filename: string, callback: (err: Error | null, hash?: string) => void, algorithm?: string, encoding?: BufferEncoding): void; export default hashFile;