object-md5

0.1.1 • Public • Published

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);

Package Sidebar

Install

npm i object-md5

Weekly Downloads

22

Version

0.1.1

License

MIT

Last publish

Collaborators

  • nickpoorman