Open cmawhorter opened 2 years ago
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, ...).
any
object
https://github.com/puleos/object-hash/blob/676c3bc617dd2f50bf5a22dadcd7d39b30463519/index.js#L23-L24
this is a minor issue, but the first arg should probably be
any
instead ofobject
, right? the hasher seems to support it. currently i've just been doing objectHash(value as any, ...).https://github.com/puleos/object-hash/blob/676c3bc617dd2f50bf5a22dadcd7d39b30463519/index.js#L23-L24