UNPKG

bst-typed

Version:
3 lines (2 loc) 98 B
// 0 means unknown, 1 means visiting, 2 means visited; export type TopologicalStatus = 0 | 1 | 2;