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

https://github.com/browserify/perf-hooks-browserify

[WIP] The perf_hooks node module API for browserify
https://github.com/browserify/perf-hooks-browserify

Last synced: 10 months ago
JSON representation

[WIP] The perf_hooks node module API for browserify

Awesome Lists containing this project

README

          

# perf-hooks-browserify

The `perf_hooks` node module API for browserify

[![npm][npm-image]][npm-url]
[![travis][travis-image]][travis-url]
[![standard][standard-image]][standard-url]

[npm-image]: https://img.shields.io/npm/v/perf-hooks-browserify.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/perf-hooks-browserify
[travis-image]: https://img.shields.io/travis/browserify/perf-hooks-browserify/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/browserify/perf-hooks-browserify
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
[standard-url]: http://npm.im/standard

## Install

```
npm install perf-hooks-browserify
```

## Usage

```js
var perfHooksBrowserify = require('perf-hooks-browserify')
```

## License

[Apache-2.0](LICENSE.md)