UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

10 lines (9 loc) 108 B
---- if (x) { setTimeout(function() { return go(); }, 300) } ---- if x setTimeout (-> go() ), 300