UNPKG

charlike

Version:

Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options

26 lines (25 loc) 780 B
module.exports = { 'after': require('./after'), 'ary': require('./ary'), 'before': require('./before'), 'bind': require('./bind'), 'bindKey': require('./bindKey'), 'curry': require('./curry'), 'curryRight': require('./curryRight'), 'debounce': require('./debounce'), 'defer': require('./defer'), 'delay': require('./delay'), 'flip': require('./flip'), 'memoize': require('./memoize'), 'negate': require('./negate'), 'once': require('./once'), 'overArgs': require('./overArgs'), 'partial': require('./partial'), 'partialRight': require('./partialRight'), 'rearg': require('./rearg'), 'rest': require('./rest'), 'spread': require('./spread'), 'throttle': require('./throttle'), 'unary': require('./unary'), 'wrap': require('./wrap') };