es2015-noop
v1.0.0
Published
An ES2015 no operation module, the future is here.
Downloads
15
Maintainers
Readme
es2015-noop
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