UNPKG

@antv/algorithm

Version:
4 lines (3 loc) 152 B
import { GraphData, Matrix } from "./types"; declare const adjMatrix: (graphData: GraphData, directed?: boolean) => Matrix[]; export default adjMatrix;