Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

hash-string

MatthewBarker151kISC1.0.0

A string hashing function based on Daniel J. Bernstein's popular 'times 33' hash algorithm.

hash, string, algorithm

readme

Hash String

NPM

A string hashing function based on Daniel J. Bernstein's popular 'times 33' hash algorithm.

Example

console.log(hash('{ test: true }'));