ts-hashcode
v1.0.2
Published
A module for generating a hashcode, written in TypeScript.
Downloads
190
Maintainers
Readme
ts-hashcode
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