JSPM

sha1sum

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 143
  • Score
    100M100P100Q75929F
  • License MIT

Package Exports

  • sha1sum

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sha1sum) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

sha1sum

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

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

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

License

MIT