[stdlib-js] Move jsTypeOf to a documentable source root and restore its kdoc
This commit is contained in:
committed by
Space Team
parent
27ed611e70
commit
fc64e30829
@@ -120,10 +120,6 @@ internal fun jsBitShiftL(a: Any?, b: Any?): Int
|
||||
@JsIntrinsic
|
||||
internal fun jsInstanceOfIntrinsic(a: Any?, b: Any?): Boolean
|
||||
|
||||
// @JsIntrinsic
|
||||
// To prevent people to insert @OptIn every time
|
||||
public external fun jsTypeOf(a: Any?): String
|
||||
|
||||
@JsIntrinsic
|
||||
internal fun jsNewTarget(a: Any?): Any?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user