HRTime

sealed external interface HRTime(source)

Functions

Link copied to clipboard
abstract fun bigint(): BigInt

The bigint version of the {@link hrtime()} method returning the current high-resolution real time in nanoseconds as a bigint.

Link copied to clipboard
abstract operator fun invoke(time: JsTuple2<Double, Double> = definedExternally): JsTuple2<Double, Double>