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

qunit.core.kt Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package QUnit

/**
 * The [QUnit](http://qunitjs.com/) API
 */

@native
public fun ok(actual: Boolean, message: String?): Unit = noImpl





© 2015 - 2024 Weber Informatics LLC | Privacy Policy