Skip to main content
Module

x/xml/utils/types.ts>extract

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

Stringifier extract

definition: { raw: node; text: string | null; comments: string[]; attributes: string[]; children: string[]; meta: meta; }