UNPKG

minifyify

Version:

Minify your browserify bundles without losing the sourcemap

10 lines (7 loc) 193 B
var getTheDate = function (someFunction) { var someValue = someFunction(); return'Wed Dec 31 1969 22:30:23 GMT-0800 (PST) ' + someValue; }; module.exports = { getTheDate: getTheDate };