UNPKG

graph-builder

Version:

A graph builder library for modeling abstract graph structures.

13 lines (8 loc) 446 B
[Home](./index) &gt; [graph-builder](./graph-builder.md) &gt; [GraphBuilder](./graph-builder.graphbuilder.md) &gt; [build](./graph-builder.graphbuilder.build.md) # GraphBuilder.build method Returns an empty [MutableGraph](./graph-builder.mutablegraph.md) with the properties of this [GraphBuilder](./graph-builder.graphbuilder.md)<!-- -->. **Signature:** ```javascript build(): MutableGraph<N>; ``` **Returns:** `MutableGraph<N>`