Skip to main content
Module

x/xml/utils/types.ts>node

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

Node type

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