Skip to content

Commit 4d2d96b

Browse files
committed
Create index
1 parent 98d442f commit 4d2d96b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
File renamed without changes.

lib/index.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
DIFF_TYPE: require('./diffType'),
3+
diffDecoratorStrategies: require('./diffDecoratorStrategies'),
4+
diffWordMode: require('./diffWordMode.js')
5+
};

0 commit comments

Comments
 (0)