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

main.kotlinx.js.jso.kt Maven / Gradle / Ivy

@file:Suppress("NOTHING_TO_INLINE")

package kotlinx.js

inline fun  jso(): T =
    js("({})")

inline fun  jso(
    block: T.() -> Unit,
): T =
    jso().apply(block)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy