UNPKG

node-uglifier-es

Version:

Fully auto merging and uglifying a whole NodeJs project into one file with external files option. Recompiled from Zsolt Istvan Szabo's work with uglify-es instead of uglify-js-harmony.

9 lines (5 loc) 104 B
class SomeClass2 constructor:(@initStr)-> get:()-> return @initStr module.exports=SomeClass2