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

/object-md5/

    Package Sidebar

    Install

    npm i object-md5

    Weekly Downloads

    2

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • nickpoorman