JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q24347F
  • License ISC

Cross-environment (nodejs/web) performance object

Package Exports

  • @js-bits/performance

Readme

Cross-environment (nodejs/web) performance object

Installation

Install with npm:

npm install @js-bits/performance

Install with yarn:

yarn add @js-bits/performance

Import where you need it:

import performance from '@js-bits/performance';

How to use

const t = performance.now();

Notes