It's noop function. It does nothing.
npm install noop-fn
var noop = require('noop-fn'); noop(); // Nothing happened
Ivan Nikulin (ifaaan@gmail.com)