UNPKG

pretty-js

Version:
5 lines (4 loc) 136 B
{ "input": "try{a=true;}catch(ex){a=false;}b();", "output": "try {\n a = true;\n} catch (ex) {\n a = false;\n}\n\nb();" }