MCPcopy Create free account
hub / github.com/melonjs/melonJS / xml

Function xml

packages/melonjs/tests/xml.spec.js:4–6  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

2import { xmlToObject } from "../src/utils/xml.ts";
3
4function xml(str) {
5 return new DOMParser().parseFromString(str, "text/xml").documentElement;
6}
7
8describe("xmlToObject", () => {
9 // --- attributes ---

Callers 1

xml.spec.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected