this is a minor issue, but the first arg should probably be any instead of object, right? the hasher seems to support it. currently i've just been doing objectHash(value as any, ...).
|
* @param {object} object value to hash |
|
* @param {object} options hashing options |
this is a minor issue, but the first arg should probably be
anyinstead ofobject, right? the hasher seems to support it. currently i've just been doing objectHash(value as any, ...).object-hash/index.js
Lines 23 to 24 in 676c3bc