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

Package detail

object-md5

nickpoorman18MIT0.1.1

Create a md5 hash out of an object.

object-md5, md5, object-hash, hash, object

readme

object-md5

Create a md5 hash out of an object.

build status

usage

var objectMD5 = require('object-md5');
var obj = {foo: 'bar'};
var hash = objectMD5(obj);