Type alias MatcherCallback

MatcherCallback: ((node) => boolean)

Passed to find...() methods. Should return true if node matches.

Type declaration