MCPcopy Create free account
hub / github.com/NaturalIntelligence/fast-xml-parser / prettify

Function prettify

src/xmlparser/node2json.js:38–40  ·  view source on GitHub ↗
(node, options, matcher, readonlyMatcher)

Source from the content-addressed store, hash-verified

36 * @returns
37 */
38export default function prettify(node, options, matcher, readonlyMatcher) {
39 return compress(node, options, matcher, readonlyMatcher);
40}
41
42/**
43 * @param {array} arr

Callers 1

parseMethod · 0.85

Calls 1

compressFunction · 0.85

Tested by

no test coverage detected