We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To install string-hash into your node project type;
npm install string-hash
This is an example of the basic usage.
`var hash = require("string-hash");` `console.log("This should hash \"Hello, world!\" to 343662184");` `console.log(hash("Hello, world!"));`