no-op

one no-op function to rule them all

Usage no npm install needed!

<script type="module">
  import noOp from 'https://cdn.skypack.dev/no-op';
</script>

README

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.