()
| 77 | } |
| 78 | |
| 79 | function itemFinder() { |
| 80 | return indexNodeFinder( |
| 81 | (node) => node, |
| 82 | (nodeIndex: number) => nodeIndex |
| 83 | ); |
| 84 | } |
| 85 | |
| 86 | /** |
| 87 | * Return the "value" node children of a given node. These are the items in a list |
no test coverage detected