no-op
v1.0.3
Published
one no-op function to rule them all
Downloads
20,320
Maintainers
Readme
no-op
Exports a function that does nothing.
var noop = require('no-op')
function foobar(cb) {
cb = cb || noop
cb('finished')
}
Usage
noop()
A function that does nothing.
see also
License
MIT, see LICENSE.md for details.