Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/twobin/performance-function

window performance function
https://github.com/twobin/performance-function

Last synced: about 2 months ago
JSON representation

window performance function

Awesome Lists containing this project

README

        

# performance-function

window performance function

[![npm version](https://badge.fury.io/js/performance-function.png)](https://badge.fury.io/js/performance-function)
[![build status](https://travis-ci.org/twobin/performance-function.svg)](https://travis-ci.org/twobin/performance-function)
[![npm downloads](https://img.shields.io/npm/dt/performance-function.svg?style=flat-square)](https://www.npmjs.com/package/performance-function)

## usage

```
$ npm i -S performance-function
```

## docs

### performanceFunction

```
import performanceFunction from 'performance-function';

componentDidMoun() {
performanceFunction();
}
```