sindresorhus / hash-object

Get the hash of an object
MIT License
134 stars 10 forks source link

Is this deterministic? #4

Closed jjangga0214 closed 1 year ago

jjangga0214 commented 1 year ago

Is hash-obj deterministic across any environment?

I see it uses sort-keys, so I guess it's deterministic, but just asking to make sure.

If so, I think it'd be better to advertise the determinism on the readme.

Thanks.