topoSort.d.ts 68 B

123
  1. declare function topoSort(edges: any[]): any[];
  2. export = topoSort;