Type alias NodeVisitCallback

NodeVisitCallback: ((node) => NodeVisitResponse)

A callback that receives a node instance and returns an iteration modifier.

Type declaration