UNPKG

common-shakeify

Version:

browserify tree shaking plugin using @indutny common-shake

5 lines (3 loc) 121 B
var _ = require('functional') exports.two = function () { return _.addOne(1) } exports.three = function () { return 3 }