Use this to resolve hirachical dependencies.

a -> e e -> c a -> d d -> f

results in:

f, c, e, d, a

where -> means requires

Hierarchy

  • DependencyChain

Constructors

Properties

chain: Record<string, Record<string, boolean>> = {}
involvedElements: Record<string, boolean> = {}

Methods

Generated using TypeDoc