Skip to content

Commit

Permalink
fix: export Color function
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Aug 29, 2019
1 parent 05fe5a3 commit 5f427e3
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 @@ -2,6 +2,7 @@

const hash = require('./hash');

exports.Color = require('./color');
exports.escapeDiacritic = require('./escape_diacritic');
exports.escapeHTML = require('./escape_html');
exports.escapeRegExp = require('./escape_regexp');
Expand Down

0 comments on commit 5f427e3

Please sign in to comment.