0.0.6 • Published 4 years ago

@pelevesque/hash-code v0.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Build Status Coverage Status JavaScript Style Guide

hash-code

A JavaScript implementation of Java's hashCode method.

Node Repository

https://www.npmjs.com/package/@pelevesque/hash-code

Installation

npm install @pelevesque/hash-code

Tests

CommandDescription
npm test or npm run testAll Tests Below
npm run coverStandard Style
npm run standardCoverage
npm run unitUnit Tests

Usage

const hashCode = require('@pelevesque/hash-code')
const result = hashCode('rabbit')
// result === -938645478
0.0.6

4 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago