For a package graph of a->b->c (where b depends on a), transitive consumers of a are b & c and their consumers (or what are the consequences of a)
a->b->c
b
a
c
Do not use
Generated using TypeDoc
For a package graph of
a->b->c
(whereb
depends ona
), transitive consumers ofa
areb
&c
and their consumers (or what are the consequences ofa
)