Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/pug-runtime/
Upload File :
Current File : //etc/kibana/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);
}