Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/xml/utils/types.ts>extract

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

Stringifier extract

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