UNPKG

ts-jsdk

Version:

TypeScript implementation of the Java platform

9 lines 201 B
export class TreePath { constructor(path) { this.path = path; } getLastPathComponent() { return this.path[this.path.length - 1]; } } //# sourceMappingURL=TreePath.js.map