UNPKG

js2coffee

Version:

JavaScript to CoffeeScript compiler

12 lines (11 loc) 125 B
---- get().then(function () { return a(); }).then(function () { return b(); }); ---- get().then(-> a() ).then -> b()