UNPKG
cl-diff-tool
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
command line diff tool
github.com/Rabinzon/project-lvl1-s129
Rabinzon/project-lvl2-s129
cl-diff-tool
/
src
/
formats
/
json.js
3 lines
(2 loc)
•
54 B
JavaScript
View Raw
1
2
3
export
default
ast =>
JSON
.
stringify
(ast,
null
,
2
);