NodeSortFunction
The type for the node sort function.
Signature
type NodeSortFunction = (node: NodeStructure) => number;Members
This export does not declare public properties or methods in the generated declaration file.
The type for the node sort function.
type NodeSortFunction = (node: NodeStructure) => number;This export does not declare public properties or methods in the generated declaration file.