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

commonMain.io.nacular.doodle.dom.Time.kt Maven / Gradle / Ivy

There is a newer version: 0.10.2
Show newest version
@file:Suppress("EXPECTED_EXTERNAL_DECLARATION", "WRONG_MODIFIER_TARGET")

package io.nacular.doodle.dom

internal expect abstract external class Performance {
    fun now(): Double
}

internal expect external class Date {
    companion object {
        fun now(): Double
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy