All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.io.kotest.mpp.stacktraces.kt Maven / Gradle / Ivy

There is a newer version: 4.0.7
Show newest version
package io.kotest.mpp

/**
 * Stack trace is not available on JS.
 */
actual fun Throwable.throwableLocation(): String? = null




© 2015 - 2024 Weber Informatics LLC | Privacy Policy