Type alias NodeVisitResponse

NodeVisitResponse: "skip" | boolean | void

Returned by NodeVisitCallback to control iteration. false stops iteration, skip skips descendants but continues. All other values continue iteration.