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

jsTest.com.bkahlert.kommons.debug.JsFixtures.kt Maven / Gradle / Ivy

There is a newer version: 2.8.0
Show newest version
package com.bkahlert.kommons.debug

internal actual fun nativeObject(): Any =
    js("(function() { function Function() { this.property = \"Function-property\" }; return new Function(); })()").unsafeCast()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy