/es2015-noop

An ES2015 no operation module, the future is here.

Primary LanguageJavaScriptMIT LicenseMIT

n=>p

es2015-noop Build Status Coverage Status

An ES2015 no operation module, the future is here.

Install

$ npm install --save es2015-noop

Usage

const noop = require('es2015-noop');

noop();
//=> undefined

API

noop()

License

MIT © Andreas Gillström