UNPKG

libxslt-wasm

Version:

JavaScript bindings for libxslt compiled to WebAssembly

4 lines (3 loc) 156 B
import { XmlDocument } from "./parser/XmlDocument.js"; import { XsltStylesheet } from "./parser/XsltStylesheet.js"; export { XmlDocument, XsltStylesheet };