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

jsMain.web.window.WindowName.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:Suppress(
    "NOTHING_TO_INLINE",
)

package web.window

sealed external interface WindowName :
    WindowTarget

inline fun WindowName(
    value: String,
): WindowName =
    value.unsafeCast()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy