mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
Bump to v3.0.0.
This commit is contained in:
25
function.js
Normal file
25
function.js
Normal file
@@ -0,0 +1,25 @@
|
||||
module.exports = {
|
||||
'after': require('./function/after'),
|
||||
'ary': require('./function/ary'),
|
||||
'backflow': require('./function/backflow'),
|
||||
'before': require('./function/before'),
|
||||
'bind': require('./function/bind'),
|
||||
'bindAll': require('./function/bindAll'),
|
||||
'bindKey': require('./function/bindKey'),
|
||||
'compose': require('./function/compose'),
|
||||
'curry': require('./function/curry'),
|
||||
'curryRight': require('./function/curryRight'),
|
||||
'debounce': require('./function/debounce'),
|
||||
'defer': require('./function/defer'),
|
||||
'delay': require('./function/delay'),
|
||||
'flow': require('./function/flow'),
|
||||
'flowRight': require('./function/flowRight'),
|
||||
'memoize': require('./function/memoize'),
|
||||
'negate': require('./function/negate'),
|
||||
'once': require('./function/once'),
|
||||
'partial': require('./function/partial'),
|
||||
'partialRight': require('./function/partialRight'),
|
||||
'rearg': require('./function/rearg'),
|
||||
'throttle': require('./function/throttle'),
|
||||
'wrap': require('./function/wrap')
|
||||
};
|
||||
Reference in New Issue
Block a user