sha1-sum

1.0.0 • Public • Published

sha1-sum

Build Status

SHA1 sum of a file

install

install the package with npm:

$ npm install sha1-sum

usage

import sha1sum from 'sha1-sum';
 
sha1sum('path/to/file').then(sum => console.log(sum));

api

sha1sum(file: string): Promise<string>

Returns a Promise that will resolve to the SHA1 sum of file.

license

MIT

Readme

Keywords

Package Sidebar

Install

npm i sha1-sum

Weekly Downloads

372

Version

1.0.0

License

MIT

Last publish

Collaborators

  • lennon