
jsMain.js.core.jso.kt Maven / Gradle / Ivy
@file:Suppress(
"NOTHING_TO_INLINE",
)
package js.core
inline fun jso(): T =
js("({})")
inline fun jso(
block: @JsoDsl T.() -> Unit,
): T =
jso().apply(block)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy