no-op

1.0.3 • Public • Published

no-op

locked

Exports a function that does nothing.

var noop = require('no-op')
 
function foobar(cb) {
    cb = cb || noop
    cb('finished')
}

Usage

NPM

noop()

A function that does nothing.

see also

License

MIT, see LICENSE.md for details.

Package Sidebar

Install

npm i no-op

Weekly Downloads

7,942

Version

1.0.3

License

MIT

Last publish

Collaborators

  • mattdesl