Skip to content

Commit

Permalink
export createSha1Hash()
Browse files Browse the repository at this point in the history
  • Loading branch information
segayuu committed Nov 12, 2018
1 parent 17a9b7b commit 68b2379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ exports.truncate = require('./truncate');
exports.wordWrap = require('./word_wrap');
exports.hash = hash.hash;
exports.HashStream = hash.HashStream;
exports.createSha1Hash = hash.createSha1Hash;
exports.CacheStream = require('./cache_stream');
exports.camelCaseKeys = require('./camel_case_keys');

0 comments on commit 68b2379

Please sign in to comment.