Type Alias MatcherCallback

MatcherCallback: (node: WunderbaumNode) => boolean

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

Type declaration