# 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
