MCPcopy Create free account
hub / github.com/denoland/std / parse

Function parse

xml/parse.ts:33–35  ·  view source on GitHub ↗
(xml: string, options?: ParseOptions)

Source from the content-addressed store, hash-verified

31 * @throws {XmlSyntaxError} If the XML is malformed or has no root element.
32 */
33export function parse(xml: string, options?: ParseOptions): XmlDocument {
34 return parseSync(xml, options);
35}

Callers 1

parse_test.tsFile · 0.90

Calls 1

parseSyncFunction · 0.90

Tested by

no test coverage detected