UNPKG

minifyify

Version:

Minify your browserify bundles without losing the sourcemap

21 lines (14 loc) 390 B
var subsubmodule = require('./subsubmodule'); module.exports = { createString: function (mathFunction) { var date , someNumber; date = subsubmodule.getTheDate(function () { var potatoes; potatoes = ['fried', 'baked', 'sliced']; return potatoes.join(mathFunction()); }); someNumber = mathFunction(); return date + ' ' + someNumber; } };