UNPKG

ts-jsdk

Version:

TypeScript implementation of the Java platform

5 lines (4 loc) 86 B
export interface TreeNode<T> { getChildCount(): number; getUserObject(): T; }