UNPKG

@svta/common-media-library

Version:
10 lines 258 B
/** * A collection of tools for working with XML. * * @groupDescription XML * @packageDocumentation * @beta */ export { getElementsByName } from './xml/getElementsByName.js'; export { parseXml } from './xml/parseXml.js'; //# sourceMappingURL=xml.js.map