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

commonMain.krono.Dateable.kt Maven / Gradle / Ivy

The newest version!
@file:JsExport

package krono

import kotlinx.JsExport

interface Dateable> {
    fun atDate(date: Int): D

    fun atEndOfMonth(): D
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy