UNPKG

pretty-js

Version:
5 lines (4 loc) 96 B
{ "input": "a=!a;a=!(a);b(a,!a,!!a);", "output": "a = !a;\na = !(a);\nb(a, !a, !!a);" }