noop source npm

_.noop()

无论传递什么参数,都返回 undefined

示例

var object = { 'user': 'fred' };

_.noop(object) === undefined;
// => true