UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

5 lines (4 loc) 64 B
---- a ? b : c ? d : e ---- if a then b else if c then d else e