fast-md5-file
v1.0.2
Published
A fast tool for file MD5.
Downloads
10
Maintainers
Readme
fast-md5-file
A fast tool for file MD5.
Install
npm i fast-md5-file --save
//or
yarn add fast-md5-file
Example
const md5 = require("fast-md5-file");
console.log("md5 hash:", md5("package.json"));