UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

12 lines (11 loc) 99 B
---- if (a === function(){ return x(); }) { b() c() } ---- if a == (-> x() ) b() c()