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