UNPKG

libxslt-wasm

Version:

JavaScript bindings for libxslt compiled to WebAssembly

4 lines (3 loc) 192 B
import { StringPtrArray } from "../common/StringPtrArray.ts"; declare const parseXsltParams: (params: Record<string, string> | undefined) => StringPtrArray | null; export { parseXsltParams };