UNPKG

@kiwigdc/kiwilaunch

Version:
13 lines (12 loc) 309 B
export declare class JavaPath { javaPath: string; /** * Create the path of java (Path variable works) * @param javaPath - java or directory ('/bin/java' is add in class) */ constructor(javaPath: string); /** * getJavaPath */ getJavaPath(): string[]; }