mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 02:17:48 +00:00
Bump to v3.0.0.
This commit is contained in:
17
utility.js
Normal file
17
utility.js
Normal file
@@ -0,0 +1,17 @@
|
||||
define(['./utility/attempt', './utility/callback', './utility/constant', './utility/identity', './utility/iteratee', './utility/matches', './utility/mixin', './utility/noop', './utility/property', './utility/propertyOf', './utility/range', './utility/times', './utility/uniqueId'], function(attempt, callback, constant, identity, iteratee, matches, mixin, noop, property, propertyOf, range, times, uniqueId) {
|
||||
return {
|
||||
'attempt': attempt,
|
||||
'callback': callback,
|
||||
'constant': constant,
|
||||
'identity': identity,
|
||||
'iteratee': iteratee,
|
||||
'matches': matches,
|
||||
'mixin': mixin,
|
||||
'noop': noop,
|
||||
'property': property,
|
||||
'propertyOf': propertyOf,
|
||||
'range': range,
|
||||
'times': times,
|
||||
'uniqueId': uniqueId
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user