external interface Console
Platform and version requirements: JS
Exposes the console API to Kotlin.
abstract fun dir(o: Any) | |
abstract fun error(vararg o: Any?) | |
abstract fun info(vararg o: Any?) | |
abstract fun log(vararg o: Any?) | |
abstract fun warn(vararg o: Any?) |
© 2010–2017 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.js/-console/