Skip to content

Commit

Permalink
Export Node instance
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Apr 3, 2016
1 parent 6f0d0f0 commit 06b4e3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import flatten from './flatten';
import Node from './node';

// IE8 compatibility output
module.exports = {
flatten
flatten,
Node
};

0 comments on commit 06b4e3f

Please sign in to comment.