UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

10 lines (9 loc) 67 B
---- x = function() { } ({a:2,b:3}); ---- x = -> ( a: 2 b: 3 )