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

js.lang.TemplateStringsArray Maven / Gradle / Ivy

package js.lang;

import js.util.collections.ReadonlyArray;
import org.teavm.jso.JSProperty;


/**
 * The interface Template strings array.
 */
public interface TemplateStringsArray extends ReadonlyArray {
	/**
	 * Get raw string [ ].
	 *
	 * @return the string [ ]
	 */
	@JSProperty
    String[] getRaw();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy