UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

9 lines (8 loc) 92 B
---- setTimeout(function () { return work(); }, 500); ---- setTimeout (-> work() ), 500