mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 01:47:48 +00:00
Bump to v4.14.0.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import baseInvoke from './_baseInvoke.js';
|
||||
import rest from './rest.js';
|
||||
import baseRest from './_baseRest.js';
|
||||
|
||||
/**
|
||||
* Invokes the method at `path` of `object`.
|
||||
@@ -19,6 +19,6 @@ import rest from './rest.js';
|
||||
* _.invoke(object, 'a[0].b.c.slice', 1, 3);
|
||||
* // => [2, 3]
|
||||
*/
|
||||
var invoke = rest(baseInvoke);
|
||||
var invoke = baseRest(baseInvoke);
|
||||
|
||||
export default invoke;
|
||||
|
||||
Reference in New Issue
Block a user