UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

6 lines (5 loc) 118 B
# https://github.com/js2coffee/js2coffee/issues/345 ---- a ? b ? c : d : e ---- if a then (if b then c else d) else e