@oazmi/kitchensink - v0.9.16
    Preparing search index...

    Variable performance_nowConst

    performance_now: () => number = ...

    get the current high-precision time in milliseconds. alias for performance.now.

    Type declaration

      • (): number
      • The performance.now() method returns a high resolution timestamp in milliseconds.

        MDN Reference

        Returns number