mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 18:07:49 +00:00
Bump to v4.0.0.
This commit is contained in:
30
util.js
Normal file
30
util.js
Normal file
@@ -0,0 +1,30 @@
|
||||
define(['./attempt', './bindAll', './cond', './conforms', './constant', './flow', './flowRight', './identity', './iteratee', './matches', './matchesProperty', './method', './methodOf', './mixin', './noop', './nthArg', './over', './overEvery', './overSome', './property', './propertyOf', './range', './rangeRight', './times', './toPath', './uniqueId'], function(attempt, bindAll, cond, conforms, constant, flow, flowRight, identity, iteratee, matches, matchesProperty, method, methodOf, mixin, noop, nthArg, over, overEvery, overSome, property, propertyOf, range, rangeRight, times, toPath, uniqueId) {
|
||||
return {
|
||||
'attempt': attempt,
|
||||
'bindAll': bindAll,
|
||||
'cond': cond,
|
||||
'conforms': conforms,
|
||||
'constant': constant,
|
||||
'flow': flow,
|
||||
'flowRight': flowRight,
|
||||
'identity': identity,
|
||||
'iteratee': iteratee,
|
||||
'matches': matches,
|
||||
'matchesProperty': matchesProperty,
|
||||
'method': method,
|
||||
'methodOf': methodOf,
|
||||
'mixin': mixin,
|
||||
'noop': noop,
|
||||
'nthArg': nthArg,
|
||||
'over': over,
|
||||
'overEvery': overEvery,
|
||||
'overSome': overSome,
|
||||
'property': property,
|
||||
'propertyOf': propertyOf,
|
||||
'range': range,
|
||||
'rangeRight': rangeRight,
|
||||
'times': times,
|
||||
'toPath': toPath,
|
||||
'uniqueId': uniqueId
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user