00001 00013 function noop() { 00014 // No operation performed. 00015 } 00016 00017 module.exports = noop;