mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 00:57:48 +00:00
Bump to v4.13.0.
This commit is contained in:
6
max.js
6
max.js
@@ -1,6 +1,6 @@
|
||||
import baseExtremum from './_baseExtremum';
|
||||
import baseGt from './_baseGt';
|
||||
import identity from './identity';
|
||||
import baseExtremum from './_baseExtremum.js';
|
||||
import baseGt from './_baseGt.js';
|
||||
import identity from './identity.js';
|
||||
|
||||
/**
|
||||
* Computes the maximum value of `array`. If `array` is empty or falsey,
|
||||
|
||||
Reference in New Issue
Block a user