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

Package detail

shasum

dominictarr3.4mMIT1.0.2TypeScript support: definitely-typed

Single function that return the sha1sum. Installing this is just a little bit quicker than reading the crypto documentation.

readme

shasum

Single function that return the sha1sum. Installing this is just a little bit quicker than reading the crypto documentation.

var shasum = require('shasum')
shasum(string || buffer || object)

Oh yeah, it works in the browser too, with browserify

License

MIT