mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Apply arrow function transform.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
* @returns {Function} Returns the new spec function.
|
||||
*/
|
||||
function matchesStrictComparable(key, srcValue) {
|
||||
return function(object) {
|
||||
return object => {
|
||||
if (object == null) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user