1.0.2 • Published 4 years ago
fast-md5-file v1.0.2
fast-md5-file
A fast tool for file MD5.
Install
npm i fast-md5-file --save
//or
yarn add fast-md5-fileExample
const md5 = require("fast-md5-file");
console.log("md5 hash:", md5("package.json"));A fast tool for file MD5.
npm i fast-md5-file --save
//or
yarn add fast-md5-fileconst md5 = require("fast-md5-file");
console.log("md5 hash:", md5("package.json"));