Skip to content

Commit

Permalink
refactor(hash): remove the export of HashStream (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
liby committed Sep 20, 2022
1 parent efe5f05 commit 282e1e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ exports.escapeRegExp = require('./escape_regexp');
exports.full_url_for = require('./full_url_for');
exports.gravatar = require('./gravatar');
exports.hash = hash.hash;
exports.HashStream = hash.HashStream;
exports.highlight = require('./highlight');
exports.htmlTag = require('./html_tag');
exports.isExternalLink = require('./is_external_link');
Expand Down

0 comments on commit 282e1e5

Please sign in to comment.