mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 17:07:49 +00:00
Bump to v3.7.0.
This commit is contained in:
@@ -5,6 +5,8 @@ import identity from './utility/identity';
|
||||
import iteratee from './utility/iteratee';
|
||||
import matches from './utility/matches';
|
||||
import matchesProperty from './utility/matchesProperty';
|
||||
import method from './utility/method';
|
||||
import methodOf from './utility/methodOf';
|
||||
import mixin from './utility/mixin';
|
||||
import noop from './utility/noop';
|
||||
import property from './utility/property';
|
||||
@@ -21,6 +23,8 @@ export default {
|
||||
'iteratee': iteratee,
|
||||
'matches': matches,
|
||||
'matchesProperty': matchesProperty,
|
||||
'method': method,
|
||||
'methodOf': methodOf,
|
||||
'mixin': mixin,
|
||||
'noop': noop,
|
||||
'property': property,
|
||||
|
||||
Reference in New Issue
Block a user