UNPKG

es2015-noop

Version:

An ES2015 no operation module, the future is here.

33 lines (17 loc) 709 B
![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/gillstrom/es2015-noop/badge.svg?branch=master&service=github)](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)