UNPKG

ts-jsdk

Version:

TypeScript implementation of the Java platform

6 lines (5 loc) 121 B
export declare class TreePath { private path; constructor(path: Object[]); getLastPathComponent(): Object; }