Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/twobin/performance-function
- Owner: twobin
- Created: 2016-12-12T11:40:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-12T11:55:36.000Z (about 8 years ago)
- Last Synced: 2024-10-11T16:08:42.846Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
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();
}
```