elemental2.core.JsIterable Maven / Gradle / Ivy
package elemental2.core;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;
@JsType(isNative = true, name = "Iterable", namespace = JsPackage.GLOBAL)
public interface JsIterable {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy