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

org.specs2.Platform.scala Maven / Gradle / Ivy

There is a newer version: 4.20.8
Show newest version
package org.specs2

private[specs2] object Platform {
  final val isJVM = false
  final val isJS = true
  final val isNative = false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy