UNPKG

binary-tree-typed

Version:

Binary Tree. Javascript & Typescript Data Structure.

2 lines (1 loc) 43 B
export type TopologicalStatus = 0 | 1 | 2;