blob: c8110b2e9160a31994f05eebf8b98913cf8dda1e [file] [log] [blame]
public fun <T> org.w3c.dom.ItemArrayLike<T>.asList(): kotlin.collections.List<T>
public external interface ItemArrayLike<out T> {
public abstract val length: kotlin.Int { get; }
public abstract fun item(index: kotlin.Int): T?
}