@master-chief/hash-code
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

hash-code

version language build prettier

generate a hash code value for an object

Contents

Features

  • [x] Extremely fast.
  • [x] 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 😍!

Readme

Keywords

Package Sidebar

Install

npm i @master-chief/hash-code

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

8.01 kB

Total Files

14

Last publish

Collaborators

  • master-chief