Type alias SortCallback

SortCallback: ((a, b) => number)

Passed to sortChildren() methods. Should return -1, 0, or 1.

Type declaration