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

qunit.core.kt Maven / Gradle / Ivy

package QUnit

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

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





© 2015 - 2025 Weber Informatics LLC | Privacy Policy