uniqueId

common
fun uniqueId(): String

creates something like an UUID

Return

UUID as String

js
fun uniqueId(): String

create a unique id quite similar (but not really) to a UUID

fun uniqueId(): String

creates a real UUID on the jvm