mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
Clarify _.noop docs. [ci skip]
This commit is contained in:
@@ -10830,7 +10830,8 @@
|
||||
}
|
||||
|
||||
/**
|
||||
* A no-operation function.
|
||||
* A no-operation function which returns `undefined` regardless of the
|
||||
* arguments it receives.
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
@@ -10838,6 +10839,7 @@
|
||||
* @example
|
||||
*
|
||||
* var object = { 'user': 'fred' };
|
||||
*
|
||||
* _.noop(object) === undefined;
|
||||
* // => true
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user