path-to-hash
v0.0.1
Published
Calculates a given hash of a given path
Downloads
1,390
Maintainers
Readme
path-to-hash
Calculates a given hash of a given path
Install
Using yarn:
yarn add path-to-hashor using npm:
npm install path-to-hashUsage
const pathToHash = require('path-to-hash')
const hash = await pathToHash('sha256', '/path/to/file')