// caclulates an MD5 based hash for objects
objectHash({ a: 1 }) !== objectHash({ a: 2 }) // true
// order of the attributes is ignored
objectHash({ a: 1, b: 2 }) === objectHash({ b: 2, a: 1 }) // true
-
Notifications
You must be signed in to change notification settings - Fork 0
Calculates a hash string from a JS object
License
neno-giscloud/object-hash
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Calculates a hash string from a JS object
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published