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

js.lang.JsVoid Maven / Gradle / Ivy

package js.lang;

import org.teavm.jso.JSBody;


/**
 * The type Js void.
 */
public abstract class JsVoid implements Any {
	/**
	 * The constant VOID.
	 */
	public static final JsVoid VOID = getVoidValue();

    @JSBody(script = "return;")
    private static native JsVoid getVoidValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy