blob: 2562ee012f801a659f1dc54e68da75f96f38c6b2 [file] [log] [blame]
module.exports = function(callback) {
return (typeof callback === 'function') ? callback : function() {};
}