Skip to content

Commit 38f6424

Browse files
karan-kangQix-
authored andcommitted
Adding missing export definition (#38)
1 parent 2a7af31 commit 38f6424

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ for (var name in colorNames) {
1212
}
1313

1414
var cs = module.exports = {
15-
to: {}
15+
to: {},
16+
get: {}
1617
};
1718

1819
cs.get = function (string) {

0 commit comments

Comments
 (0)