UNPKG

@mintlify/common

Version:

Commonly shared code within Mintlify

5 lines (4 loc) 119 B
export type Graph = { [key: string]: string[]; }; export declare function topologicalSort(graph: Graph): string[];