UNPKG

@vuepress-reco/theme-cli

Version:
6 lines (5 loc) 154 B
function formatJSON(str) { str = str.replace(/(?:\s*['"]*)?([a-zA-Z0-9]+)(?:['"]*\s*)?:/g, '$1:'); return str; } exports.formatJSON = formatJSON;