import { Api } from "https://deno.land/x/docxml@2.0.1/src/Api.ts";
Constructors
new
Api(options?: Options)Properties
private
readonly
renderer: GenericRenderer<RuleResult, ReturnType<publicApiForBundle> & PropsGeneric>readonly
docx: Docxreadonly
options: OptionsMethods
match(xPathTest: string, transformer: Parameters<this.renderer.add>[1])
transform(xml: string, props: PropsGeneric)