1.0.1 • Published 3 years ago

@master-chief/hash-code v1.0.1

Weekly downloads
2
License
ISC
Repository
-
Last release
3 years ago

hash-code

version language build prettier

generate a hash code value for an object

Contents

Features

  • Extremely fast.
  • Same functionality as Java's hashCode().

Install

From NPM:

> npm i @master-chief/hash-code

Usage

import hashcode from '@master-chief/hash-code'

console.log(hashcode({ cat: 'meow' })))
// output: 1225469654

Contributing

Pull requests are encouraged 😍!