UNPKG

141 BTypeScriptView Raw
1import { Graph } from '../graph';
2export declare function topsort(g: Graph): string[];
3export declare class CycleException extends Error {
4}