feat: export Node class at the top level

This commit is contained in:
David Dias
2016-11-28 10:38:40 +00:00
parent c4abbaa2f9
commit 0c87dbc8f3
2 changed files with 3 additions and 5 deletions

View File

@ -247,6 +247,4 @@ class Node {
}
}
module.exports = {
Node: Node
}
module.exports = Node