import { GraphEmptyBase } from "https://deno.land/x/rimbu@1.0.0/graph/custom/index.ts";
Methods
disconnect(): any
disconnectAll(): any
getConnectionStreamFrom(): Stream<any>
getConnectionStreamTo(): Stream<any>
hasConnection(): false
hasNode(): false
isSink(): false
isSource(): false
removeNode(): any
removeNodes(): any
removeUnconnectedNodes(): any
streamConnections(): Stream<any>
streamNodes(): Stream<any>