1.0.1 • Published 6 years ago

@swufexlm/js-hashcode v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

JSHashCode

A JavaScript HashCode calculator like Java.

Now this library can only calcuate String's hashCode.

const hashCode = require('@swufexlm/js-hashcode');

console.log(hashCode('ABCDEFG'));
console.log(hashCode('字符串'));
console.log(hashCode('这是一个还算长的字符串'));
console.log(hashCode('これは文字列です'));
console.log(hashCode('이 문자열입니다'));
console.log(hashCode('Это строка'));
1.0.1

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago