Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/xml/utils/types.ts>unode

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

Node type (user)

definition: { [key: PropertyKey]: unknown; [$XML]?: meta; }