Skip to main content
Module

x/xml/utils/types.ts>udocument

📑 A XML parser/stringifier for Deno written in typescript and with no dependencies
Go to Latest
type alias udocument
import { type udocument } from "https://deno.land/x/xml@2.1.3/utils/types.ts";

Document type (user)

definition: { [key: PropertyKey]: unode | literal; xml?: unode; doctype?: unode; }