UNPKG

ts-jsdk

Version:

TypeScript implementation of the Java platform

8 lines (7 loc) 164 B
export declare class JFile { private pathname; constructor(pathname: string); getAbsolutePath(): string; exists(): boolean; list(): string[]; }