Add unist-util-ancestor to list of utilities · syntax-tree/unist@3d0d9bb (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 3d0d9bb

Add unist-util-ancestor to list of utilities

Closes GH-53. Reviewed-by: Titus Wormer tituswormer@gmail.com

File tree

1 file changed

lines changed

1 file changed

lines changed

Lines changed: 2 additions & 0 deletions

Original file line number Diff line number Diff line change
@@ -431,6 +431,8 @@ unist:
431 431
432 432 ### List of utilities
433 433
434 +* [`unist-util-ancestor`](https://github.com/gorango/unist-util-ancestor)
435 + — get the common ancestor of one or more nodes
434 436 * [`unist-util-assert`](https://github.com/syntax-tree/unist-util-assert)
435 437 — assert nodes
436 438 * [`unist-util-filter`](https://github.com/syntax-tree/unist-util-filter)