Universal performance measurement APIs
npm install universal-perf-hooks```
npm install universal-perf-hooks --save`
or`
yarn add universal-perf-hooks
`js
import { performance } from 'universal-perf-hooks'
performance.now()
``
This module uses TypeScript and contains type definitions on NPM.
MIT