An open API service indexing awesome lists of open source software.

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

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