Hyperlinkv0.8.0-beta.28

Graph

Source effect/Graph.ts:1694 lines
export interface MutableGraph<out N, out E, T extends Kind = "directed"> extends Proto<N, E> {
  readonly type: T
  readonly mutable: true
}
Referenced by 49 symbols