UNPKG

topological-sort-group

Version:

Topological sorting and cycle detection. Optional grouping for parallel processing

3 lines (2 loc) 66 B
export { default } from './Graph.ts'; export * from './types.ts';