mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 01:17:50 +00:00
Bump to v4.0.1.
This commit is contained in:
2
cond.js
2
cond.js
@@ -20,7 +20,7 @@ define(['./internal/apply', './internal/arrayMap', './internal/baseIteratee', '.
|
||||
* [_.matches({ 'a': 1 }), _.constant('matches A')],
|
||||
* [_.conforms({ 'b': _.isNumber }), _.constant('matches B')],
|
||||
* [_.constant(true), _.constant('no match')]
|
||||
* ])
|
||||
* ]);
|
||||
*
|
||||
* func({ 'a': 1, 'b': 2 });
|
||||
* // => 'matches A'
|
||||
|
||||
Reference in New Issue
Block a user