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

jsMain.util.kt Maven / Gradle / Ivy

There is a newer version: 0.4.1
Show newest version
package dev.petuska.klip.core.ext

internal fun  jsObject(builder: T.() -> Unit) = js("{}").unsafeCast().apply(builder)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy