UNPKG

@aegisjsproject/parsers

Version:

A collection of secure & minimal parsers for HTML, CSS, SVG, MathML, XML, and JSON

12 lines (11 loc) 388 B
export { css, createCSSParser, styleSheetToLink, createStyleSheet, addStyleSheets, setStyleSheets, } from './css.js'; export { html, el, doc, createHTMLParser } from './html.js'; export { json } from './json.js'; export { math } from './math.js'; export { svg } from './svg.js'; export { createPolicy } from './trust.js'; export { url } from './url.js'; export { xml } from './xml.js';