UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

9 lines (8 loc) 62 B
---- function h () { h = 2; } ---- h = -> `var h` h = 2