mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 17:07:49 +00:00
Bump to v4.13.0.
This commit is contained in:
6
maxBy.js
6
maxBy.js
@@ -1,6 +1,6 @@
|
||||
import baseExtremum from './_baseExtremum';
|
||||
import baseGt from './_baseGt';
|
||||
import baseIteratee from './_baseIteratee';
|
||||
import baseExtremum from './_baseExtremum.js';
|
||||
import baseGt from './_baseGt.js';
|
||||
import baseIteratee from './_baseIteratee.js';
|
||||
|
||||
/**
|
||||
* This method is like `_.max` except that it accepts `iteratee` which is
|
||||
|
||||
Reference in New Issue
Block a user