mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
Bump to v3.6.0.
This commit is contained in:
@@ -19,6 +19,7 @@ import once from './function/once';
|
||||
import partial from './function/partial';
|
||||
import partialRight from './function/partialRight';
|
||||
import rearg from './function/rearg';
|
||||
import restParam from './function/restParam';
|
||||
import spread from './function/spread';
|
||||
import throttle from './function/throttle';
|
||||
import wrap from './function/wrap';
|
||||
@@ -45,6 +46,7 @@ export default {
|
||||
'partial': partial,
|
||||
'partialRight': partialRight,
|
||||
'rearg': rearg,
|
||||
'restParam': restParam,
|
||||
'spread': spread,
|
||||
'throttle': throttle,
|
||||
'wrap': wrap
|
||||
|
||||
Reference in New Issue
Block a user