https://github.com/gillstrom/es2015-noop
An ES2015 no operation module, the future is here.
https://github.com/gillstrom/es2015-noop
arrow-function es2015 javascript nodejs noop
Last synced: 11 months ago
JSON representation
An ES2015 no operation module, the future is here.
- Host: GitHub
- URL: https://github.com/gillstrom/es2015-noop
- Owner: gillstrom
- License: mit
- Created: 2016-04-16T14:56:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-28T15:49:06.000Z (about 10 years ago)
- Last Synced: 2025-06-11T01:08:20.454Z (12 months ago)
- Topics: arrow-function, es2015, javascript, nodejs, noop
- Language: JavaScript
- Size: 2.93 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README

# 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)