UNPKG

91 BTypeScriptView Raw
1declare module "toposort" {
2 export function array<T>(nodes: T[], edges: [T, T][]): T[]
3}
4
\No newline at end of file