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

commonMain.io.kotest.mpp.sysprop.kt Maven / Gradle / Ivy

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

fun sysprop(key: String, default: String): String = sysprop(key) ?: default

expect fun sysprop(name: String): String?

expect fun env(name: String): String?




© 2015 - 2024 Weber Informatics LLC | Privacy Policy