@file:OptIn(ExperimentalUuidApi::class) import kotlinx.browser.window import online.maestoso.cofront.Identifier import kotlin.uuid.ExperimentalUuidApi import kotlin.uuid.Uuid fun main() { window.alert("kotlin js test") val i = Identifier(Uuid.generateV7(), "localhost") }