HRTime

sealed external interface HRTime(source)

Functions

Link copied to clipboard
abstract fun bigint(): ERROR CLASS: Symbol not found for js.core.BigInt

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

Link copied to clipboard
abstract operator fun invoke(time: ERROR CLASS: Symbol not found for js.array.Tuple2<kotlin/Double, kotlin/Double> = definedExternally): ERROR CLASS: Symbol not found for js.array.Tuple2<kotlin/Double, kotlin/Double>

This is the legacy version of {@link process.hrtime.bigint()} before bigint was introduced in JavaScript.