https://github.com/jhurliman/just-performance
Isomorphic ponyfill wrapping browser performance and node.js perf_hooks performance
https://github.com/jhurliman/just-performance
Last synced: about 1 year ago
JSON representation
Isomorphic ponyfill wrapping browser performance and node.js perf_hooks performance
- Host: GitHub
- URL: https://github.com/jhurliman/just-performance
- Owner: jhurliman
- License: mit
- Created: 2021-04-28T18:21:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-20T08:09:22.000Z (about 2 years ago)
- Last Synced: 2025-04-10T15:44:34.283Z (about 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# just-performance
Isomorphic ponyfill wrapping browser performance and node.js perf_hooks performance.
## Usage
### Browser
```js
import { performance } from "just-performance";
```
## node.js
```js
import { performance } from "just-performance";
```
## License
MIT license