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

11 lines (8 loc) 179 B
'use strict'; var md5OMatic = require('md5-o-matic'); module.exports = function (input) { if (Array.isArray(input)) { input = input.join(''); } return md5OMatic(input); };