JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 161853
  • Score
    100M100P100Q156810F
  • License MIT

Isomorphic ponyfill wrapping native browser performance and node.js perf_hooks performance

Package Exports

  • just-performance

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (just-performance) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

just-performance

Isomorphic ponyfill wrapping browser performance and node.js perf_hooks performance.

Usage

Browser

import { performance } from "just-performance";

node.js

import { performance } from "just-performance";

License

MIT license