topoSort.d.ts 68 B

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