recursive-iterator icon indicating copy to clipboard operation
recursive-iterator copied to clipboard

It iterates through a graph recursively

Results 3 recursive-iterator issues
Sort by recently updated
recently updated
newest added

https://en.wikipedia.org/wiki/Tree_traversal#Post-order_(LRN)

enhancement

The details were described [there](https://github.com/nervgh/object-traverse/issues/2).

Hi, Could you add method to get the current state? Current state is saved on `this[STATE]` but I have no chance to get it back except doing `this.__state` :(. ```...

contribution welcome