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

commonMain.arrow.resilience.common.Platform.kt Maven / Gradle / Ivy

The newest version!
package arrow.resilience.common

public enum class Platform {
  JVM, JS, Native, Wasm
}

public expect val platform: Platform




© 2015 - 2025 Weber Informatics LLC | Privacy Policy