jvmMain.tech.skot.viewmodel.phone.kt Maven / Gradle / Ivy
The newest version!
package tech.skot.viewmodel
actual fun String?.formatPhoneNumber():String? {
return this?.uppercase()
}
package tech.skot.viewmodel
actual fun String?.formatPhoneNumber():String? {
return this?.uppercase()
}