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

15 lines (14 loc) 448 B
module.exports = { 'ary': require('../ary'), 'assign': require('../_baseAssign'), 'clone': require('../clone'), 'curry': require('../curry'), 'forEach': require('../_arrayEach'), 'isArray': require('../isArray'), 'isFunction': require('../isFunction'), 'iteratee': require('../iteratee'), 'keys': require('../_baseKeys'), 'rearg': require('../rearg'), 'toInteger': require('../toInteger'), 'toPath': require('../toPath') };