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

18 lines (15 loc) 421 B
'use strict'; module.exports = { global: require('./global'), array: require('./array'), boolean: require('./boolean'), date: require('./date'), error: require('./error'), function: require('./function'), iterable: require('./iterable'), math: require('./math'), number: require('./number'), object: require('./object'), regExp: require('./reg-exp'), string: require('./string') };