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

19 lines (17 loc) 601 B
'use strict'; module.exports = { 'instanceof': require('./instanceof'), propertyNames: require('./propertyNames'), range: require('./range'), regexp: require('./regexp'), 'typeof': require('./typeof'), dynamicDefaults: require('./dynamicDefaults'), 'if': require('./if'), prohibited: require('./prohibited'), deepProperties: require('./deepProperties'), deepRequired: require('./deepRequired') // formatMinimum: require('./formatMinimum'), // formatMaximum: require('./formatMaximum'), // patternRequired: require('./patternRequired'), // 'switch': require('./switch') };