Repository URL to install this package:
|
Version:
2.0.1 ▾
|
// no reference check
// const one = toIdentityHash({eh: 1}, true)
// const two = toIdentityHash({eh: 1}, true)
// one === two
// // // value ??
// // value
// const one = toIdentityHash({eh: 1, no: 1})
// const two = toIdentityHash({eh: 1})
// one === two
// one === 'en10'
// // reference
// const obj = {eh: 1}
// const one = toIdentityHash(obj)
// const two = toIdentityHash(obj)
// one === two