UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

15 lines (12 loc) 91 B
---- function fn() { /* * hello */ } ---- fn = -> ### # hello ### return