A string hashing function based on Daniel J. Bernstein's popular 'times 33' hash algorithm.
npm install hash-string
A string hashing function based on Daniel J. Bernstein's popular 'times 33' hash algorithm.
``javascript``
console.log(hash('{ test: true }'));