UNPKG

common-shakeify

Version:

browserify tree shaking plugin using @indutny common-shake

13 lines (9 loc) 157 B
export const a = something() export const b = whatever function something () { return 'abc' } throw 'something' function whatever () { return 'xyz' }