graph-builder
Version:
A graph builder library for modeling abstract graph structures.
13 lines (8 loc) • 446 B
Markdown
[Home](./index) > [graph-builder](./graph-builder.md) > [GraphBuilder](./graph-builder.graphbuilder.md) > [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>`