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

7 lines (4 loc) 185 B
'use strict'; var value = require('./valid-value') , stringifiable = require('./validate-stringifiable'); module.exports = function (x) { return stringifiable(value(x)); };