JsShort

actual typealias JsShort = Short(source)
actual typealias JsShort = JsNumber
expect class JsShort : <ERROR CLASS> ERROR CLASS: Symbol not found for JsAny(source)

Functions

Link copied to clipboard
actual inline fun JsShort.toKotlinShort(): Short
actual inline fun JsShort.toKotlinShort(): Short
expect inline fun JsShort.toKotlinShort(): Short