4.3.2 • Published 1 year ago

just-performance-es6-compat v4.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

just-performance-es6-compat

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

Usage

Browser

import { performance } from "just-performance-es6-compat";

node.js

import { performance } from "just-performance-es6-compat";

License

MIT license

Note

This repository is a fork, and the fork was needed because the original author seems to have abandoned the original project. This repository was created because ES6 imports don't work, and the Pull Request jhurliman/just-performance#4 is pending and doesn't look like it will be merged.