Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
38
export
default
function
prettify(node, options, matcher, readonlyMatcher) {
39
return
compress(node, options, matcher, readonlyMatcher);
40
}
41
42
/**
43
* @param {array} arr
Callers
1
parse
Method · 0.85
Calls
1
compress
Function · 0.85
Tested by
no test coverage detected