UNPKG

graphology-operators

Version:

Miscellaneous operators for graphology.

4 lines (2 loc) 102 B
import Graph from 'graphology-types'; export default function union<G extends Graph>(G: G, H: G): G;