UNPKG

libxslt-wasm

Version:

JavaScript bindings for libxslt compiled to WebAssembly

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