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

io.mockk.impl.platform.JsCounter.kt Maven / Gradle / Ivy

package io.mockk.impl.platform

internal class JsCounter {
    var id: Long = 1
    fun next() = id++
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy