Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 539 Bytes

reverse.md

File metadata and controls

18 lines (11 loc) · 539 Bytes

Function: reverse

reverse(graph): ProjectGraph

Returns a new project graph where all the edges are reversed.

For instance, if project A depends on B, in the reversed graph B will depend on A.

Parameters

Name Type
graph ProjectGraph

Returns

ProjectGraph