Skip to main content
Module

x/xml/utils/types.ts>document

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

Document type

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