UNPKG

254 BTypeScriptView Raw
1export declare class InheritanceTreeSorter {
2 definitions: any;
3 __parent: any;
4 constructor(__parent: any, definitions: any);
5 compare(o1: any, o2: any): 1 | -1;
6 getInheritanceDepth(model: any): number;
7 getParent(model: any): any;
8}