toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-js
/
js.reflect
/
Reflect
/
getPrototypeOf
get
Prototype
Of
fun
getPrototypeOf
(
target
:
Any
)
:
Any
?
(
source
)
Returns the prototype of an object.
Parameters
target
The object that references the prototype.