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