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 |