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