Skip to content

Commit

Permalink
Add list of related projects
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 12, 2017
1 parent e0e6f7b commit d5e56f6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,19 @@ Find the first child before `index` (or `node`) in `parent`, that passes `test`

[`Node?`][node] — Child node of `parent` passing `test`.

## Related

* [`unist-util-find-after`](https://github.com/syntax-tree/unist-util-find-after)
— Find a node after another node
* [`unist-util-find-all-after`](https://github.com/syntax-tree/unist-util-find-all-after)
— Find all nodes after another node
* [`unist-util-find-all-before`](https://github.com/syntax-tree/unist-util-find-all-before)
— Find all nodes before another node
* [`unist-util-find-all-between`](https://github.com/mrzmmr/unist-util-find-all-between)
— Find all nodes between two nodes
* [`unist-util-find`](https://github.com/blahah/unist-util-find)
— Find nodes matching a predicate

## License

[MIT][license] © [Titus Wormer][author]
Expand Down

0 comments on commit d5e56f6

Please sign in to comment.