Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/xml_renderer/mod.ts>Options

An npm/browser module for easy matching XML and XPath to React Components and other stuff
Latest
type alias Options
import { type Options } from "https://deno.land/x/xml_renderer@6.0.1/mod.ts";
definition: { fontoxpathFacade: Pick<fontoxpath,
| "evaluateXPathToBoolean"
| "evaluateXPathToFirstNode"
| "evaluateXPathToNodes"
| "compareSpecificity"
>; }