UNPKG

88 BTypeScriptView Raw
1import { Graph } from '../graph';
2export declare function isAcyclic(g: Graph): boolean;