Skip to content

Commit

Permalink
Merge pull request #47 from segayuu/export-createSha1Hash
Browse files Browse the repository at this point in the history
Fix the part where the public API createSha1Hash() was not exported.
  • Loading branch information
yoshinorin committed Nov 12, 2018
2 parents 17a9b7b + 68b2379 commit e847c40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
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 e847c40

Please sign in to comment.