Skip to main content
Module

x/xml/utils/types.ts>meta

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

XML meta

definition: { name: string; parent: null | node; cdata?: Array<string[]>; }