Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/identifier / __tests__ / toIdentityHash.test.ts
Size: Mime:
// 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