UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

7 lines (6 loc) 65 B
---- function a(b, c) { d(); } ---- a = (b, c) -> d() return