Initial commit
[yaffs-website] / node_modules / grunt-contrib-watch / node_modules / lodash / function.js
1 module.exports = {
2   'after': require('./function/after'),
3   'ary': require('./function/ary'),
4   'backflow': require('./function/backflow'),
5   'before': require('./function/before'),
6   'bind': require('./function/bind'),
7   'bindAll': require('./function/bindAll'),
8   'bindKey': require('./function/bindKey'),
9   'compose': require('./function/compose'),
10   'curry': require('./function/curry'),
11   'curryRight': require('./function/curryRight'),
12   'debounce': require('./function/debounce'),
13   'defer': require('./function/defer'),
14   'delay': require('./function/delay'),
15   'flow': require('./function/flow'),
16   'flowRight': require('./function/flowRight'),
17   'memoize': require('./function/memoize'),
18   'modArgs': require('./function/modArgs'),
19   'negate': require('./function/negate'),
20   'once': require('./function/once'),
21   'partial': require('./function/partial'),
22   'partialRight': require('./function/partialRight'),
23   'rearg': require('./function/rearg'),
24   'restParam': require('./function/restParam'),
25   'spread': require('./function/spread'),
26   'throttle': require('./function/throttle'),
27   'wrap': require('./function/wrap')
28 };