jsMain.util.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of klip-core Show documentation
Show all versions of klip-core Show documentation
Kotlin Multiplatform test snapshots (klips) manager
package dev.petuska.klip.core.ext
internal fun jsObject(builder: T.() -> Unit) = js("{}").unsafeCast().apply(builder)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy