Workaround. I’m not using kotlin.js.Date but redef...
# javascript
g
Workaround. I’m not using kotlin.js.Date but redefined Date as :
Copy code
public external class Date {
    companion object {
        fun parse(stringDate: String): Date
    }
    public fun getTime(): Double
}