generate a hash code value for an object
npm install @master-chief/hash-code!version
!language
!build
!prettier
generate a hash code value for an object
- Features
- Install
- Usage
- Contributing
- [x] Extremely fast.
- [x] Same functionality as Java's hashCode().
From NPM:
``cmd`
> npm i @master-chief/hash-code
`typescript
import hashcode from '@master-chief/hash-code'
console.log(hashcode({ cat: 'meow' })))
// output: 1225469654
``
Pull requests are encouraged 😍!