UNPKG

103 BTypeScriptView Raw
1import { Graph } from '../graph';
2export declare function postorder(g: Graph, vs: string[]): string[];