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();