diff --git a/index.js b/index.js index 137d1ad..ae93de2 100644 --- a/index.js +++ b/index.js @@ -93,7 +93,6 @@ class DecisionTree { return this.path.map(({ key }) => key) } } - export { NoChildrenError,