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

12 lines (7 loc) 212 B
'use strict'; exports.Array = ['1', '2', '3']; exports.Arguments = (function () { return arguments; }('1', '2', '3')); exports.String = "123"; exports.Object = { 0: '1', 1: '2', 2: '3', 3: '4', length: 3 };