%PDF- %PDF-
| Direktori : /home/opti/workflow/node_modules/pug-runtime/ |
| Current File : /home/opti/workflow/node_modules/pug-runtime/wrap.js |
var runtime = require('./');
module.exports = wrap;
function wrap(template, templateName) {
templateName = templateName || 'template';
return Function('pug',
template + '\n' +
'return ' + templateName + ';'
)(runtime);
}