Advance Int/Long/Double.units deprecation level to ERROR #KT-53864
This commit is contained in:
@@ -7,6 +7,7 @@ package kotlin.time
|
||||
|
||||
import kotlin.wasm.internal.ExternalInterfaceType
|
||||
import kotlin.time.TimeSource.Monotonic.ValueTimeMark
|
||||
import kotlin.time.Duration.Companion.milliseconds
|
||||
|
||||
@JsFun("() => typeof globalThis !== 'undefined' && typeof globalThis.performance !== 'undefined' ? globalThis.performance : null")
|
||||
private external fun tryGetPerformance(): ExternalInterfaceType?
|
||||
|
||||
Reference in New Issue
Block a user