Package-level declarations

Types

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
expect annotation class JsPlainObject
actual typealias JsPlainObject = kotlinx.js.JsPlainObject
@Target(allowedTargets = [AnnotationTarget.CLASS])
actual annotation class JsPlainObject

Functions

Link copied to clipboard
expect fun <T : JsAny> jso(): T
actual inline fun <T : JsAny> jso(): T
actual fun <T : JsAny> jso(): T