UNPKG

@antv/layout

Version:
4 lines (3 loc) 147 B
import { ID } from '@antv/graphlib'; import { Graph } from '../../types'; export declare const crossCount: (g: Graph, layering: ID[][]) => number;