All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.davfx.ninio.script.JavascriptElement Maven / Gradle / Ivy

There is a newer version: 3.0.50
Show newest version
package com.davfx.ninio.script;

public interface JavascriptElement {
	String asString();
	JavascriptObject asObject();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy