Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

fmhash

longbill23MIT1.0.2

farmhash with fingerprint64

farmhash

readme

fmhash

Use farmhash's fingerprint32 two times, then encode the result to base62 to generate a 12 characters string.

npm install fmhash

Usage

const fmhash = require('fmhash');

console.log( fmhash('string or buffer') );