UNPKG

graphology-utils

Version:
8 lines (6 loc) 200 B
import Graph, {Attributes} from 'graphology-types'; export function copyNode<NodeAttributes extends Attributes = Attributes>( graph: Graph, key: unknown, attributes?: NodeAttributes ): string;