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
16 lines (13 loc) • 408 B
JavaScript
// Export all modules.
;
module.exports = {
'#': require('./#'),
constant: require('./constant'),
identity: require('./identity'),
invoke: require('./invoke'),
isArguments: require('./is-arguments'),
isFunction: require('./is-function'),
noop: require('./noop'),
pluck: require('./pluck'),
validFunction: require('./valid-function')
};