UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

10 lines (9 loc) 66 B
---- a(function() { b(); return; }); ---- a -> b() return