UNPKG

93 BJavaScriptView Raw
1"use strict";
2
3module.exports = function(code) {
4 return JSON.stringify(JSON.parse(code));
5};
\No newline at end of file