UNPKG

graph-builder

Version:

A graph builder library for modeling abstract graph structures.

13 lines (8 loc) 327 B
[Home](./index) &gt; [graph-builder](./graph-builder.md) &gt; [BaseGraph](./graph-builder.basegraph.md) &gt; [edges](./graph-builder.basegraph.edges.md) # BaseGraph.edges method Returns all edges in this graph. **Signature:** ```javascript edges(): Set<EndpointPair<N>>; ``` **Returns:** `Set<EndpointPair<N>>`