UNPKG

fast-md5-file

Version:

A fast tool for file MD5.

4 lines (2 loc) 87 B
const md5 = require("./index.js"); console.log("md5 hash:", md5("package.json"));