UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

19 lines (16 loc) 93 B
---- /* * hello */ there(); /* * world */ ---- ### # hello ### there() ### # world ###