es2015-noop
Version:
An ES2015 no operation module, the future is here.
33 lines (17 loc) • 709 B
Markdown

es2015-noop [](https://travis-ci.org/gillstrom/es2015-noop) [](https://coveralls.io/github/gillstrom/es2015-noop?branch=master)
An ES2015 no operation module, the future is here.
# Install
```
npm install --save es2015-noop
```
# Usage
```js
const noop = require('es2015-noop');
noop();
//=> undefined
```
# API
## noop()
# License
MIT © [Andreas Gillström](http://github.com/gillstrom)