Type alias NodeAnyCallback

NodeAnyCallback: ((node) => any)

A callback that receives a node instance and returns an arbitrary value type.

Type declaration