ts-hashcode
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i ts-hashcode

Weekly Downloads

78

Version

1.0.2

License

MIT

Unpacked Size

5.33 kB

Total Files

5

Last publish

Collaborators

  • codybonney