commonMain.io.data2viz.test.CurrentPlatformH.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of d2v-tests-jvm Show documentation
Show all versions of d2v-tests-jvm Show documentation
Data2viz d2v-tests library
package io.data2viz.test
expect object CurrentPlatform {
val isIOS: Boolean
val isJavaScript: Boolean
}