Page MenuHomeSealhub

hash-file.js
No OneTemporary

hash-file.js

const md5file = require('md5-file');
function hashFile(file) {
return md5file.sync(file);
}
module.exports = hashFile;

File Metadata

Mime Type
text/plain
Expires
Tue, Jul 8, 07:48 (22 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
735176
Default Alt Text
hash-file.js (122 B)

Event Timeline