Skip to content

A module for generating a hashcode, written in TypeScript.

License

Notifications You must be signed in to change notification settings

codybonney/ts-hashcode

Repository files navigation

ts-hashcode

Build Status Coverage Status npm version

Description:

A module for generating a hashcode, written in TypeScript. Based on m3talstorm/Hashcode

Installation:

npm install ts-hashcode

Usage:

import HashCode from 'ts-hashcode'

HashCode('abc') // -891889549

HashCode({foo: 'bar'}) // -1271284534

About

A module for generating a hashcode, written in TypeScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published