effect-io-ai

Package: effect
Module: Graph

Graph.MutableGraph

Mutable graph interface.

Signature

export interface MutableGraph<out N, out E, T extends Kind = "directed"> extends Proto<N, E> {
  readonly type: T
  readonly mutable: true
}

Source

Since v3.18.0