available

expect val available: Boolean

Determines if JSEval is available. Available on the JS target. Not available on the other targets for now.

Later it might be implemented by using external libraries and operating system libraries.

actual const val available: Boolean = false
actual const val available: Boolean = true
actual const val available: Boolean = false