UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

6 lines (5 loc) 64 B
---- if (a ? b : c) { d(); } ---- if (if a then b else c) d()