lyndseybrowning / trie-prefix-tree

Create and modify trie prefix structures and extract word lists including prefixes, anagrams and sub-anagrams
48 stars 14 forks source link

Expose the raw trie object on the class instance #4

Closed arjunmehta closed 6 years ago

arjunmehta commented 6 years ago

Fixes https://github.com/lyndseybrowning/trie-prefix-tree/issues/3

codecov-io commented 6 years ago

Codecov Report

Merging #4 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #4   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           7      7           
  Lines         111    112    +1     
  Branches       30     30           
=====================================
+ Hits          111    112    +1
Impacted Files Coverage Δ
src/index.js 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1361acf...81ee144. Read the comment docs.

lyndseybrowning commented 6 years ago

Thank you!

arjunmehta commented 6 years ago

@lyndseybrowning Awesome! Thank YOU! Any chance this would get published to npm sometime soon?

lyndseybrowning commented 6 years ago

Sure, I'll update the README and get an update out ASAP.

arjunmehta commented 6 years ago

Awesome! Thank you so much!

lyndseybrowning commented 6 years ago

All done.

arjunmehta commented 6 years ago

👍 🥇 Woo. Thanks again!