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

9 lines (8 loc) 244 B
var $export = require('./_export') , define = require('./_object-define') , create = require('./_object-create'); $export($export.S + $export.F, 'Object', { make: function(proto, mixin){ return define(create(proto), mixin); } });