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

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.

Awesome Lists containing this project

README

          

![n=>p](https://cloud.githubusercontent.com/assets/972551/14581659/645e89e4-03f2-11e6-8e83-6b7aeeca84e8.png)

# es2015-noop [![Build Status](https://travis-ci.org/gillstrom/es2015-noop.svg?branch=master)](https://travis-ci.org/gillstrom/es2015-noop) [![Coverage Status](https://coveralls.io/repos/github/gillstrom/es2015-noop/badge.svg?branch=master)](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)