object-traversal
object-traversal copied to clipboard
Just stumbled onto this library!
Hello fellow coder =)
Was just looking through npm to find competitors to a library I wrote and found yours. One feature that I'm currently lacking that you have is "breadth-first" search. Adds a whole layer of complexity and memory consumption, so I haven't tackled it.
Are you doing this for fun or for a work project? What are your spec requirements?
Feel free to take a look at mine and get some inspiration as well! https://github.com/blackflux/object-scan
Happy coding! L~