UNPKG

448 BJavaScriptView Raw
1
2
3//automatically generated, do not edit!
4//run `node build` instead
5module.exports = {
6 'bind' : require('./function/bind'),
7 'compose' : require('./function/compose'),
8 'curry' : require('./function/curry'),
9 'debounce' : require('./function/debounce'),
10 'func' : require('./function/func'),
11 'prop' : require('./function/prop'),
12 'series' : require('./function/series'),
13 'throttle' : require('./function/throttle')
14};
15
16