UNPKG

sigma

Version:

A JavaScript library aimed at visualizing graphs of thousands of nodes and edges.

8 lines (7 loc) 221 B
import Graph from "graphology-types"; import { Extent } from "../types.js"; export declare function graphExtent(graph: Graph): { x: Extent; y: Extent; }; export declare function validateGraph(graph: Graph): void;