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) 102 B
class SomeClass constructor:(@initStr)-> get:()-> return @initStr module.exports=SomeClass