mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
Bump to v3.10.0.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import assign from './object/assign';
|
||||
import create from './object/create';
|
||||
import defaults from './object/defaults';
|
||||
import defaultsDeep from './object/defaultsDeep';
|
||||
import extend from './object/extend';
|
||||
import findKey from './object/findKey';
|
||||
import findLastKey from './object/findLastKey';
|
||||
@@ -31,6 +32,7 @@ export default {
|
||||
'assign': assign,
|
||||
'create': create,
|
||||
'defaults': defaults,
|
||||
'defaultsDeep': defaultsDeep,
|
||||
'extend': extend,
|
||||
'findKey': findKey,
|
||||
'findLastKey': findLastKey,
|
||||
|
||||
Reference in New Issue
Block a user