'use strict'; module.exports = function (func, emit, sum, log, isArray, toJSON) { /*jshint evil:true,unused:false */ return eval("'use strict'; (" + func.replace(/;\s*$/, "") + ");"); };