codybonney / ts-hashcode

A module for generating a hashcode, written in TypeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:TypeScript 100.0%