graph-builder
Version:
A graph builder library for modeling abstract graph structures.
19 lines (12 loc) • 489 B
Markdown
[Home](./index) > [graph-builder](./graph-builder.md) > [GraphConnections](./graph-builder.graphconnections.md) > [removePredecessor](./graph-builder.graphconnections.removepredecessor.md)
# GraphConnections.removePredecessor method
Remove `node` from the set of predecessors.
**Signature:**
```javascript
removePredecessor(node: N): void;
```
**Returns:** `void`
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| `node` | `N` | |